Skip to content

Commit 584ba3c

Browse files
committed
cs
1 parent 53deda2 commit 584ba3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/PHPStan/Rules/InternalTag/RestrictedInternalStaticMethodUsageExtensionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ public function testNoNamespace(): void
7878

7979
public function testBug13210(): void
8080
{
81-
$this->analyse([__DIR__ . '/data/bug-13210.php'], [
82-
]);
81+
$this->analyse([__DIR__ . '/data/bug-13210.php'], []);
8382
}
8483

8584
}

0 commit comments

Comments
 (0)