Skip to content

Commit a08ba64

Browse files
Fix tests
1 parent 75f0458 commit a08ba64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/PHPStan/Rules/Methods/CallToMethodStatementWithoutSideEffectsRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ protected function getRule(): Rule
2020
public function testRule(): void
2121
{
2222
$this->analyse([__DIR__ . '/data/method-call-statement-no-side-effects.php'], [
23-
[
24-
'Call to method DateTimeImmutable::modify() on a separate line has no effect.',
25-
15,
26-
],
2723
[
2824
'Call to static method DateTimeImmutable::createFromFormat() on a separate line has no effect.',
2925
16,

0 commit comments

Comments
 (0)