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 2b9004f commit 6885074Copy full SHA for 6885074
DataCollector/DumpDataCollector.php
@@ -60,7 +60,7 @@ public function dump(Data $data)
60
$this->isCollected = false;
61
}
62
63
- $trace = PHP_VERSION_ID >= 50306 ? DEBUG_BACKTRACE_PROVIDE_OBJECT | DEBUG_BACKTRACE_IGNORE_ARGS : true;
+ $trace = DEBUG_BACKTRACE_PROVIDE_OBJECT | DEBUG_BACKTRACE_IGNORE_ARGS;
64
if (PHP_VERSION_ID >= 50400) {
65
$trace = debug_backtrace($trace, 7);
66
} else {
0 commit comments