1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-05-18 11:45:30 +00:00
Dylan K. Taylor 004f7ef82e phpstan: stub out the iterable bullshit with pthreads
this isn't a perfect fix, but it's better than it whining about all the things.
2020-01-30 22:31:15 +00:00

7 lines
102 B
Plaintext

<?php
/**
* @implements \Traversable<array-key, mixed>
*/
class Threaded implements \Traversable{}