Skip to content

Commit

Permalink
Another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 30, 2021
1 parent ff7abec commit 546438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayAssignmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ function baz(array $bar) : void {
function foo(array $a) : array {
return array_values($a);
}',
'error_message' => 'RedundantCast',
'error_message' => 'RedundantFunctionCall',
],
'assignToListWithUpdatedForeachKey' => [
'<?php
Expand Down

0 comments on commit 546438b

Please sign in to comment.