Skip to content

Commit cf2e5bb

Browse files
Be paranoid
1 parent 7aa3b5d commit cf2e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner/ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ private function guessDeprecationFrame(): ?array
353353
}
354354

355355
/**
356-
* @return list<array{file: string, line: int, class?: class-string, function?: string, type: string}>
356+
* @return list<array{file: string, line: ?int, class?: class-string, function?: string, type: string}>
357357
*/
358358
private function errorStackTrace(): array
359359
{

0 commit comments

Comments
 (0)