[DCOM-125] [GH-204] Bad function call in Debug::toString() Created: 17/Oct/12 Updated: 14/Jan/13 Resolved: 14/Jan/13 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of touki653: Url: https://github.com/doctrine/common/pull/204 Message: Fixed an (obviously) over used function which were calling [method_exists](http://php.net/method_exists) function the wrong way. In `Doctrine\Common\Util\Debug::toString($obj)` |
| Comments |
| Comment by Benjamin Eberlei [ 17/Oct/12 ] |
|
A related Github Pull-Request [GH-204] was closed |