We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ac843 commit f91cb36Copy full SHA for f91cb36
src/phpDocumentor/Reflection/Php/ProjectFactoryStrategies.php
@@ -55,7 +55,7 @@ public function findMatching($object)
55
throw new OutOfBoundsException(
56
sprintf(
57
'No matching factory found for %s',
58
- is_object($object) ? get_class($object) : gettype($object)
+ is_object($object) ? get_class($object) : print_r($object, true)
59
)
60
);
61
}
0 commit comments