mirror of
https://github.com/doctrine/rest.git
synced 2026-03-24 00:22:09 +01:00
[PR #1] [MERGED] Wrong variable at StandartResponseTransformer #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/rest/pull/1
Author: @EHER
Created: 6/18/2011
Status: ✅ Merged
Merged: 6/27/2011
Merged by: @jwage
Base:
master← Head:master📝 Commits (2)
7031ca3Fix a wrong variable2a6228aCreated a new URLGenerator to talk to Apontador Api http://api.apontador.com.br/📊 Changes
2 files changed (+48 additions, -2 deletions)
View changed files
📝
lib/Doctrine/REST/Client/ResponseTransformer/StandardResponseTransformer.php(+2 -2)➕
lib/Doctrine/REST/Client/URLGenerator/ApontadorURLGenerator.php(+46 -0)📄 Description
The method jsonToArray receive a $json parameter, but the json decode was using a $data variable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.