ah hello my old friend, impossible-generics.neon

propagating generics all the way through the likes of HandlerList etc is more trouble than it's worth.
This commit is contained in:
Dylan K. Taylor
2024-11-13 19:09:52 +00:00
parent 32b1d6c0c2
commit fa796535ff
3 changed files with 13 additions and 3 deletions

View File

@ -39,6 +39,9 @@ final class AsyncEventInheritanceTest extends Test{
ChildAsyncEvent::class,
ParentAsyncEvent::class
];
/**
* @var string[]
*/
private array $callOrder = [];
public function getName() : string{