Skip to content

Commit

Permalink
Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 19, 2024
1 parent 9109547 commit 40f4e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runner/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ final class ErrorHandler
private readonly SourceFilter $sourceFilter;

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

Expand Down

0 comments on commit 40f4e41

Please sign in to comment.