Skip to content

Commit 40f4e41

Browse files
Fix type annotation
1 parent 9109547 commit 40f4e41

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
@@ -59,7 +59,7 @@ final class ErrorHandler
5959
private readonly SourceFilter $sourceFilter;
6060

6161
/**
62-
* @var array{functions: list<non-empty-string>, methods: list<array{className: class-string, methodName: non-empty-string}>}
62+
* @var ?array{functions: list<non-empty-string>, methods: list<array{className: class-string, methodName: non-empty-string}>}
6363
*/
6464
private ?array $deprecationTriggers = null;
6565

0 commit comments

Comments
 (0)