Skip to content

Commit fd50535

Browse files
authored
Fix #79: Update link in ErrorException
1 parent 3a5130b commit fd50535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/ErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private function addXDebugTraceToFatalIfAvailable(): void
9797
$frame['function'] = 'unknown';
9898
}
9999

100-
// XDebug < 2.1.1: http://bugs.xdebug.org/view.php?id=695
100+
// XDebug < 2.1.1: https://bugs.xdebug.org/view.php?id=695
101101
if (!isset($frame['type']) || $frame['type'] === 'static') {
102102
$frame['type'] = '::';
103103
} elseif ($frame['type'] === 'dynamic') {

0 commit comments

Comments
 (0)