Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 12, 2024
1 parent bec49ea commit 4b6ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Assert.stub
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace PHPUnit\Framework;
abstract class Assert
{
/**
* @phpstan-assert list $array
* @phpstan-assert list<mixed> $array
*
* @throws ExpectationFailedException
*/
Expand Down

0 comments on commit 4b6ad7f

Please sign in to comment.