Skip to content

Commit

Permalink
Fix array structure in @var annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Oct 21, 2022
1 parent 7d40c7d commit e4c9fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Subscriber/FailFast.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FailFast implements EventSubscriberInterface
use Shared\StaticEventsTrait;

/**
* @var array<string, array<string, int>>
* @var array<string, array<string|int>>
*/
protected static array $events = [
Events::TEST_FAIL => ['stopOnFail', 128],
Expand Down

0 comments on commit e4c9fe6

Please sign in to comment.