[PR #1] [MERGED] Wrong variable at StandartResponseTransformer #4

Closed
opened 2026-01-24 11:25:10 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/rest/pull/1 **Author:** [@EHER](https://github.com/EHER) **Created:** 6/18/2011 **Status:** ✅ Merged **Merged:** 6/27/2011 **Merged by:** [@jwage](https://github.com/jwage) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`7031ca3`](https://github.com/doctrine/rest/commit/7031ca3103a1b7f426fd100f55537e34f0e5bf27) Fix a wrong variable - [`2a6228a`](https://github.com/doctrine/rest/commit/2a6228ac13e3a9cbbd3b5fa57c806a12fce7b16e) Created a new URLGenerator to talk to Apontador Api <http://api.apontador.com.br/> ### 📊 Changes **2 files changed** (+48 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/REST/Client/ResponseTransformer/StandardResponseTransformer.php` (+2 -2) ➕ `lib/Doctrine/REST/Client/URLGenerator/ApontadorURLGenerator.php` (+46 -0) </details> ### 📄 Description The method jsonToArray receive a $json parameter, but the json decode was using a $data variable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:25:10 +01:00
admin closed this issue 2026-01-24 11:25:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/rest#4