Skip to content

Commit 7738778

Browse files
committed
Fix CS
1 parent 98cdb30 commit 7738778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Rules/Methods/AbstractMethodInNonAbstractClassRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testBug3406ReflectionCheck(): void
5454
$this->assertSame(ClassFoo::class, $reflection->getNativeMethod('myBar')->getDeclaringClass()->getName());
5555
}
5656

57-
public function testbug3406_2(): void
57+
public function testbug3406AnotherCase(): void
5858
{
5959
$this->analyse([__DIR__ . '/data/bug-3406_2.php'], []);
6060
}

0 commit comments

Comments
 (0)