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 764e9a6 commit 5a24138Copy full SHA for 5a24138
tests/PHPStan/Analyser/Bug13813IntegrationTest.php
@@ -36,11 +36,11 @@ public function testBug13813(): void
36
);
37
} else {
38
$this->assertSame(
39
- 'Notice: Undefined variable $x',
+ 'Notice: Undefined variable: x',
40
$analyzerResult->getAllPhpErrors()[0]->getMessage(),
41
42
43
44
$analyzerResult->getAllPhpErrors()[1]->getMessage(),
45
46
}
0 commit comments