mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
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:
@ -39,6 +39,9 @@ final class AsyncEventInheritanceTest extends Test{
|
||||
ChildAsyncEvent::class,
|
||||
ParentAsyncEvent::class
|
||||
];
|
||||
/**
|
||||
* @var string[]
|
||||
*/
|
||||
private array $callOrder = [];
|
||||
|
||||
public function getName() : string{
|
||||
|
Reference in New Issue
Block a user