Skip to content

Commit 0eeadae

Browse files
Fix
1 parent 7e9cb46 commit 0eeadae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Methods/ReturnTypeRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ public function testBug4443(): void
12411241

12421242
public function testBug13043(): void
12431243
{
1244-
$this->analyse([__DIR__.'/data/bug-13043.php'], []);
1244+
$this->analyse([__DIR__ . '/data/bug-13043.php'], []);
12451245
}
12461246

12471247
public function testBug12739(): void

0 commit comments

Comments
 (0)