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 3a5130b commit fd50535Copy full SHA for fd50535
src/Exception/ErrorException.php
@@ -97,7 +97,7 @@ private function addXDebugTraceToFatalIfAvailable(): void
97
$frame['function'] = 'unknown';
98
}
99
100
- // XDebug < 2.1.1: http://bugs.xdebug.org/view.php?id=695
+ // XDebug < 2.1.1: https://bugs.xdebug.org/view.php?id=695
101
if (!isset($frame['type']) || $frame['type'] === 'static') {
102
$frame['type'] = '::';
103
} elseif ($frame['type'] === 'dynamic') {
0 commit comments