Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 24, 2024
1 parent 50e14a9 commit b29fca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/DocblockInheritanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ public function a(array|int $className): int
class B extends A
{
/** @param array<int, int>|int|bool $className */
public function a(array|int|bool $className): int
{
return 0;
Expand Down

0 comments on commit b29fca3

Please sign in to comment.