Skip to content

Commit 15e8ece

Browse files
Fix lint
1 parent 385e116 commit 15e8ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Pure/PureMethodRuleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function testBug12048(): void
215215
public function testBug12224(): void
216216
{
217217
$this->treatPhpDocTypesAsCertain = true;
218-
$this->analyse([__DIR__.'/data/bug-12224.php'], [
218+
$this->analyse([__DIR__ . '/data/bug-12224.php'], [
219219
['Method PHPStan\Rules\Pure\data\A::pureWithThrowsVoid() is marked as pure but returns void.', 47],
220220
]);
221221
}

0 commit comments

Comments
 (0)