HandlerListManager: apply class-string type for getListFor() parameter

This commit is contained in:
Dylan K. Taylor
2021-08-05 20:11:58 +01:00
parent b72d81be5e
commit 041d314190
2 changed files with 3 additions and 10 deletions

View File

@@ -84,6 +84,9 @@ class HandlerListManager{
*
* Calling this method also lazily initializes the $classMap inheritance tree of handler lists.
*
* @phpstan-template TEvent of Event
* @phpstan-param class-string<TEvent> $event
*
* @throws \ReflectionException
* @throws \InvalidArgumentException
*/