Skip to content

Commit abee33d

Browse files
ondrejmirtesjack-worman
authored andcommitted
Update tests/PHPStan/Rules/Pure/PureFunctionRuleTest.php
1 parent 84fbbc6 commit abee33d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: tests/PHPStan/Rules/Pure/PureFunctionRuleTest.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ public function testBug11361(): void
170170
public function testBug12224(): void
171171
{
172172
$this->analyse([__DIR__ . '/data/bug-12224.php'], [
173-
['Function PHPStan\Rules\Pure\data\pureWithThrowsVoid() is marked as pure but returns void.', 18],
173+
[
174+
'Function PHPStan\Rules\Pure\data\pureWithThrowsVoid() is marked as pure but returns void.',
175+
18,
176+
],
174177
]);
175178
}
176179

0 commit comments

Comments
 (0)