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.
2 parents 04ac843 + f91cb36 commit 3659ab8Copy full SHA for 3659ab8
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