Skip to content

Commit

Permalink
🚨 wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 10, 2024
1 parent 3047689 commit 8be266d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concerns/InteractsWithTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ trait InteractsWithTestCase
/**
* The method attributes for test case.
*
* @var array<string, array<int, array{key: class-string, instance: object}>>
* @var array<int, array{key: class-string, instance: object}>
*
* @phpstan-var array<string, array<int, array{key: class-string<TTestingFeature>, instance: TTestingFeature}>>
* @phpstan-var array<int, array{key: class-string<TTestingFeature>, instance: TTestingFeature}>
*/
protected static $testCaseTestingFeatures = [];

Expand Down

0 comments on commit 8be266d

Please sign in to comment.