We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c66d3 commit b580538Copy full SHA for b580538
1 file changed
e2e/integration/rector-baseline.neon
@@ -15,6 +15,11 @@ parameters:
15
count: 2
16
path: repo/rules/CodingStyle/Rector/ClassMethod/MakeInheritedMethodVisibilitySameAsParentRector.php
17
18
+ -
19
+ message: "#^Parameter 2 should use \"PHPStan\\\\Reflection\\\\ExtendedMethodReflection\" type as the only type passed to this method$#"
20
+ count: 1
21
+ path: repo/rules/DeadCode/Comparator/CurrentAndParentClassMethodComparator.php
22
+
23
-
24
message: "#^Class PHPStan\\\\Reflection\\\\Php\\\\PhpParameterReflection constructor invoked with 3 parameters, 4 required\\.$#"
25
count: 1
0 commit comments