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 2d364d7 commit 4e1bfacCopy full SHA for 4e1bfac
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -1247,7 +1247,7 @@ public function testBug9994(): void
1247
$errors = $this->runAnalyse(__DIR__ . '/data/bug-9994.php');
1248
$this->assertCount(2, $errors);
1249
$this->assertSame('Negated boolean expression is always false.', $errors[0]->getMessage());
1250
- $this->assertSame('Parameter #2 $callback of function array_filter expects (callable(1|2|3|null): mixed)|null, false given.', $errors[1]->getMessage());
+ $this->assertSame('Parameter #2 $callback of function array_filter expects (callable(1|2|3|null): bool)|null, false given.', $errors[1]->getMessage());
1251
}
1252
1253
public function testBug10049(): void
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments