Skip to content

Commit e45c9a0

Browse files
authored
Update AsyncGeneratorExecutor.php
1 parent 9736d55 commit e45c9a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/world/generator/executor/AsyncGeneratorExecutor.php

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
use pocketmine\world\World;
3030
use function array_key_exists;
3131

32-
/**
33-
* @phpstan-import-type ChunkPosHash from World
34-
*/
3532
final class AsyncGeneratorExecutor implements GeneratorExecutor{
3633
private static int $nextAsyncContextId = 1;
3734

0 commit comments

Comments
 (0)