Skip to content

Commit

Permalink
add null to phpdoc as implied by native type
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 1, 2024
1 parent 565c2e1 commit c39e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeakMap.php
Expand Up @@ -39,7 +39,7 @@ final class WeakMap implements ArrayAccess, Countable, IteratorAggregate
private const HOUSEKEEPING_THRESHOLD = 10;

/**
* @var array<int, \WeakReference<static>>
* @var array<int, \WeakReference<static>>|null
*/
private static ?array $housekeepingInstances = null;

Expand Down

0 comments on commit c39e504

Please sign in to comment.