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
'Method CheckMissingOverrideAttr\Bar::doFoo() overrides method CheckMissingOverrideAttr\Foo::doFoo() but is missing the #[\Override] attribute.',
750
+
18,
751
+
],
752
+
[
753
+
'Method CheckMissingOverrideAttr\ChildOfParentWithAbstractConstructor::__construct() overrides method CheckMissingOverrideAttr\ParentWithAbstractConstructor::__construct() but is missing the #[\Override] attribute.',
754
+
49,
755
+
],
756
+
]];
749
757
yield [false, 80300, []];
750
758
yield [true, 80300, [
751
759
[
@@ -785,7 +793,6 @@ public function testBug10153(): void
0 commit comments