Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Aug 3, 2022
1 parent d2060f3 commit 18fbdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayFunctionCallTest.php
Expand Up @@ -2163,7 +2163,7 @@ function($val) { return (int)$val; },
);
',
'assertions' => [
'$line===' => 'array{0: int}<array-key, int>',
'$line===' => 'array{0: 0}<array-key, 0>',
],
],
'arrayUnshiftOnEmptyArrayMeansNonEmptyList' => [
Expand Down

0 comments on commit 18fbdb8

Please sign in to comment.