Skip to content

Commit 2957e0a

Browse files
Fix rebase
1 parent 4d7af2a commit 2957e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Methods/ReturnTypeRuleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ public function testBug11337(): void
10511051

10521052
public function testBug10715(): void
10531053
{
1054-
$this->analyse([__DIR__.'/data/bug-10715.php'], []);
1054+
$this->analyse([__DIR__ . '/data/bug-10715.php'], []);
10551055
}
10561056

10571057
public function testBug4163(): void

0 commit comments

Comments
 (0)