Skip to content

Commit b8d27c8

Browse files
committed
Fix: Remove expected error message
1 parent 1ed86a5 commit b8d27c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Rules/Deprecations/CallToDeprecatedStaticMethodRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ public function testDeprecatedStaticMethodCall(): void
5353
'Call to deprecated method deprecatedFoo2() of class CheckDeprecatedStaticMethodCall\Foo.',
5454
13,
5555
],
56-
[
57-
'Call to deprecated method deprecatedFoo() of class CheckDeprecatedStaticMethodCall\Foo.',
58-
21,
59-
],
6056
]
6157
);
6258
}

0 commit comments

Comments
 (0)