Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-12-23 16:56:54 +00:00
5 changed files with 19 additions and 7 deletions

View File

@ -31,6 +31,10 @@ class HandlerList{
/** @var RegisteredListener[][] */
private array $handlerSlots = [];
/**
* @phpstan-template TEvent of Event
* @phpstan-param class-string<TEvent> $class
*/
public function __construct(
private string $class,
private ?HandlerList $parentList