Skip to content

Commit 7c83368

Browse files
committed
Merge pull request #336 from Graziel/master
remove object inspection of last commit
2 parents f9f615c + 31cc7f5 commit 7c83368

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/Panel/VariablesPanel.php

-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ public function shutdown(Event $event)
9595
$item->getLine()
9696
);
9797
}
98-
if (is_object($item) && method_exists($item, '__debugInfo')) {
99-
$item = $item->__debugInfo();
100-
}
10198
return $item;
10299
});
103100

0 commit comments

Comments
 (0)