Skip to content

Commit cf3c807

Browse files
committed
Update CallToStaticMethodStatementWithoutSideEffectsRuleTest.php
1 parent 48601a3 commit cf3c807

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/PHPStan/Rules/Methods/CallToStaticMethodStatementWithoutSideEffectsRuleTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ 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+
],
4549
[
4650
'Call to method DateTime::format() on a separate line has no effect.',
4751
23,

0 commit comments

Comments
 (0)