You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$errors[] = RuleErrorBuilder::message(sprintf('Method %s::%s becomes abstract, but is not declared in the extending class. Implement the method for compatibility with next major version.', $parent->getName(), $method->getName()))
@@ -65,4 +69,4 @@ public function processNode(Node $node, Scope $scope): array
Copy file name to clipboardExpand all lines: tests/Rule/MethodBecomesAbstractRuleTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ public function testAnalyse(): void
20
20
<<<EOF
21
21
Method EntityExtension::new becomes abstract, but is not declared in the extending class. Implement the method for compatibility with next major version.
22
22
EOF,
23
-
18,
23
+
13,
24
24
],
25
25
]);
26
26
}
@@ -41,4 +41,4 @@ protected function getRule(): Rule
0 commit comments