Skip to content

Commit 0c7909b

Browse files
committed
Fix Rector baseline
1 parent e503d02 commit 0c7909b

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

e2e/integration/rector-baseline.neon

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ parameters:
5151
path: repo/rules/restoration/src/Rector/Class_/RemoveUselessJustForSakeInterfaceRector.php
5252

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

5858
-
59-
message: "#^Cannot access offset mixed on array\\<string, string\\>\\|false\\.$#"
59+
message: "#^Cannot access offset mixed on \\(array\\<string, string\\>&nonEmpty\\)\\|false\\.$#"
6060
count: 1
6161
path: repo/rules/solid/src/Rector/ClassMethod/UseInterfaceOverImplementationInConstructorRector.php
6262

@@ -105,8 +105,3 @@ parameters:
105105
count: 1
106106
path: repo/src/PhpParser/Node/Manipulator/ClassMethodManipulator.php
107107

108-
-
109-
message: "#^Parameter \\#1 \\$str of function trim expects string, string\\|false given\\.$#"
110-
count: 1
111-
path: repo/utils/project-validator/src/CpuCoreCountResolver.php
112-

0 commit comments

Comments
 (0)