Merge branch 'stable' into minor-next

This commit is contained in:
Dylan K. Taylor
2024-11-25 14:32:30 +00:00
67 changed files with 339 additions and 130 deletions

View File

@ -30,7 +30,10 @@ use function spl_object_id;
use const SORT_NUMERIC;
class HandlerList{
/** @var RegisteredListener[][] */
/**
* @var RegisteredListener[][]
* @phpstan-var array<int, array<int, RegisteredListener>>
*/
private array $handlerSlots = [];
/** @var RegisteredListenerCache[] */