We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d109393 commit 6983fd3Copy full SHA for 6983fd3
1 file changed
VarDumpObject.php
@@ -395,7 +395,6 @@ public function getAbstraction($obj, &$hist = array())
395
);
396
if (!$isRecursion) {
397
$return['properties'] = $this->getProperties($obj, $hist);
398
- // file_put_contents(__DIR__.'/grr.txt', str_repeat('-', count($hist)).get_class($obj)."\n", FILE_APPEND);
399
if ($this->debug->varDump->get('collectConstants')) {
400
$return['constants'] = $reflectionClass->getConstants();
401
}
0 commit comments