mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-08 14:59:46 +00:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
<?php
|
|
|
|
/**
|
|
* @implements \Traversable<array-key, mixed>
|
|
*/
|
|
class Threaded implements \Traversable{}
|