mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Merge commit '004f7ef82e9613d60c3614dbf634836b7e2f3774'
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