Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Debug::toString has an issue with swapped parameters:
method_exists('__toString', $obj)
should be
method_exists($obj, '__toString')