Skip to content

Commit a3990fc

Browse files
committed
Revert "Update CallToStaticMethodStatementWithoutSideEffectsRuleTest.php"
This reverts commit cf3c807.
1 parent cf3c807 commit a3990fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/PHPStan/Rules/Methods/CallToStaticMethodStatementWithoutSideEffectsRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ public function testRulePhp7(): void
4242
'Call to static method DateTimeImmutable::createFromFormat() on a separate line has no effect.',
4343
12,
4444
],
45-
[
46-
'Call to static method DateTimeImmutable::createFromFormat() on a separate line has no effect.',
47-
13,
48-
],
4945
[
5046
'Call to method DateTime::format() on a separate line has no effect.',
5147
23,

0 commit comments

Comments
 (0)