Skip to content

Commit e038140

Browse files
committed
Fix CS
1 parent 6984c5e commit e038140

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/PHPStan/Rules/DeadCode/UnreachableStatementRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ public function testBug4002(): void
155155
$this->analyse([__DIR__ . '/data/bug-4002.php'], []);
156156
}
157157

158-
public function testBug4002_2(): void
158+
public function testBug4002Two(): void
159159
{
160160
$this->treatPhpDocTypesAsCertain = true;
161161
$this->analyse([__DIR__ . '/data/bug-4002-2.php'], []);
162162
}
163163

164-
public function testBug4002_3(): void
164+
public function testBug4002Three(): void
165165
{
166166
$this->treatPhpDocTypesAsCertain = true;
167167
$this->analyse([__DIR__ . '/data/bug-4002-3.php'], [
@@ -172,7 +172,7 @@ public function testBug4002_3(): void
172172
]);
173173
}
174174

175-
public function testBug4002_4(): void
175+
public function testBug4002Four(): void
176176
{
177177
$this->treatPhpDocTypesAsCertain = true;
178178
$this->analyse([__DIR__ . '/data/bug-4002-4.php'], [

0 commit comments

Comments
 (0)