Skip to content

Commit 6885074

Browse files
committed
removed code for PHP < 5.3.9
1 parent 2b9004f commit 6885074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/DumpDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function dump(Data $data)
6060
$this->isCollected = false;
6161
}
6262

63-
$trace = PHP_VERSION_ID >= 50306 ? DEBUG_BACKTRACE_PROVIDE_OBJECT | DEBUG_BACKTRACE_IGNORE_ARGS : true;
63+
$trace = DEBUG_BACKTRACE_PROVIDE_OBJECT | DEBUG_BACKTRACE_IGNORE_ARGS;
6464
if (PHP_VERSION_ID >= 50400) {
6565
$trace = debug_backtrace($trace, 7);
6666
} else {

0 commit comments

Comments
 (0)