remove using of Event API

This commit is contained in:
ShockedPlot7560
2024-01-21 11:25:34 +01:00
parent aaa37baf2e
commit f82c422f64
9 changed files with 249 additions and 219 deletions

View File

@ -86,7 +86,7 @@ class HandlerListManager{
*
* Calling this method also lazily initializes the $classMap inheritance tree of handler lists.
*
* @phpstan-template TEvent of Event
* @phpstan-template TEvent of Event|AsyncEvent
* @phpstan-param class-string<TEvent> $event
*
* @throws \ReflectionException