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 d93f674 commit 747ad11Copy full SHA for 747ad11
src/Ubiquity/debug/Debugger.php
@@ -180,7 +180,7 @@ private static function getLocales() {
180
}
181
182
private static function displayVar($variable) {
183
- if (! \is_string($variable) && \is_callable($variable, true)) {
+ if (! \is_string($variable) && ! \is_array($variable) && \is_callable($variable)) {
184
return UIntrospection::closure_dump($variable);
185
186
if (\is_object($variable)) {
0 commit comments