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 e7d89f4 commit 8415316Copy full SHA for 8415316
src/Analysis/Debugger.php
@@ -99,7 +99,7 @@ public static function backtrace($options = [])
99
foreach ($backtrace as $i => $trace) {
100
$trace += $traceDefaults;
101
if (strpos($trace['function'], 'Closure$') === 0 ||
102
- strpos($trace['function'], '{closure}') !== false ||
+ strpos($trace['function'], '{closure') !== false ||
103
in_array($trace['function'], $ignoreFunctions)) {
104
continue;
105
}
0 commit comments