mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
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.
This commit is contained in:
6
tests/phpstan/stubs/pthreads.stub
Normal file
6
tests/phpstan/stubs/pthreads.stub
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @implements \Traversable<array-key, mixed>
|
||||
*/
|
||||
class Threaded implements \Traversable{}
|
Reference in New Issue
Block a user