Skip to content

Commit 48eb91b

Browse files
committed
fix build
1 parent e15fb83 commit 48eb91b

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

tests/PHPStan/Rules/Methods/CallToMethodStatementWithoutSideEffectsRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ public function testRule(): void
2626
'Call to method DateTimeImmutable::modify() on a separate line has no effect.',
2727
15,
2828
],
29-
[
30-
'Call to static method DateTimeImmutable::createFromFormat() on a separate line has no effect.',
31-
16,
32-
],
3329
[
3430
'Call to method Exception::getCode() on a separate line has no effect.',
3531
21,

tests/PHPStan/Rules/Methods/CallToStaticMethodStatementWithoutSideEffectsRuleTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ protected function getRule(): Rule
2424
public function testRule(): void
2525
{
2626
$this->analyse([__DIR__ . '/data/static-method-call-statement-no-side-effects.php'], [
27-
[
28-
'Call to static method DateTimeImmutable::createFromFormat() on a separate line has no effect.',
29-
12,
30-
],
3127
[
3228
'Call to method DateTime::format() on a separate line has no effect.',
3329
23,

0 commit comments

Comments
 (0)