[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

Generated at Wed Jun 19 23:41:47 UTC 2013 using JIRA 5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5.