[DCOM-103] Debug::toString issue with swapped parameters Created: 04/Aug/12 Updated: 28/Dec/12 Resolved: 28/Dec/12 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Oleg Namaka | Assignee: | Marco Pivetta |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Debug::toString has an issue with swapped parameters:
method_exists('__toString', $obj)
should be method_exists($obj, '__toString') |
| Comments |
| Comment by Marco Pivetta [ 28/Dec/12 ] |
|
Fixed in master @ https://github.com/doctrine/common/commit/301228e3a52d5259a341423daf75b25366895f17 |