We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284078f commit 4fb1642Copy full SHA for 4fb1642
tests/PHPStan/Analyser/Bug13813IntegrationTest.php
@@ -26,11 +26,11 @@ public function testBug13813(): void
26
27
$this->assertSame(
28
'Warning: Undefined variable $x',
29
- $analyzerResult->getAllPhpErrors()[0]->getMessage()
+ $analyzerResult->getAllPhpErrors()[0]->getMessage(),
30
);
31
32
33
- $analyzerResult->getAllPhpErrors()[1]->getMessage()
+ $analyzerResult->getAllPhpErrors()[1]->getMessage(),
34
35
}
36
0 commit comments