diff --git a/tests/PHPStan/FeaturesTest.php b/tests/PHPStan/FeaturesTest.php index 46473678fe..919787625f 100644 --- a/tests/PHPStan/FeaturesTest.php +++ b/tests/PHPStan/FeaturesTest.php @@ -47,7 +47,7 @@ public function testAnalysesWithoutErrors(): void public function testAnalysesWithAnError(): void { $this->assertStringContainsString( - '22 Static call to instance method Carbon\Carbon::foo().', + '22 Static call to instance method Carbon\Carbon::foo().', $this->analyze(__DIR__.'/bad-project.neon') ); }