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 a4eddb9 commit 27bc69bCopy full SHA for 27bc69b
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -202,7 +202,7 @@ public function testCollectWarnings(): void
202
'Declaration of DeclarationWarning\Bar::doFoo(int $i): void should be compatible with DeclarationWarning\Foo::doFoo(): void',
203
'Parameter #1 $i of method DeclarationWarning\Bar::doFoo() is not optional.',
204
];
205
- if (PHP_VERSION_ID < 80000) {
+ if (PHP_VERSION_ID < 70400) {
206
$messages = array_reverse($messages);
207
}
208
foreach ($messages as $i => $message) {
0 commit comments