Skip to content
Open
Next Next commit
feat: solve phpstan error with null type declared
  • Loading branch information
shakaran committed Dec 8, 2025
commit 73826fc561b9fcb49b7194576e1c37664b549dbc
2 changes: 1 addition & 1 deletion tests/Knp/Menu/Tests/Matcher/Voter/CallbackVoterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function testMatching(callable $callback, ?bool $expected): void
}

/**
* @return iterable<string, array{callable(): ?bool, ?bool}>
* @return iterable<string, array{callable(): bool|null, bool|null}>
*/
public static function provideData(): iterable
{
Expand Down