Skip to content

Commit

Permalink
Fix Rector baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 11, 2021
1 parent 5e87ca0 commit 7bba074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/integration/rector-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parameters:
path: repo/rules/restoration/src/Rector/Class_/RemoveUselessJustForSakeInterfaceRector.php

-
message: "#^Argument of an invalid type array\\<string, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
message: "#^Argument of an invalid type \\(array\\<string, string\\>\\&nonEmpty\\)|false supplied for foreach, only iterables are supported\\.$#"
count: 2
path: repo/rules/solid/src/Rector/ClassMethod/UseInterfaceOverImplementationInConstructorRector.php

Expand Down

0 comments on commit 7bba074

Please sign in to comment.