Merge commit '004f7ef82e9613d60c3614dbf634836b7e2f3774'

This commit is contained in:
Dylan K. Taylor 2020-01-31 22:09:20 +00:00
commit 3688f78986
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,8 @@ parameters:
dynamicConstantNames:
- pocketmine\IS_DEVELOPMENT_BUILD
- pocketmine\DEBUG
stubFiles:
- tests/phpstan/stubs/pthreads.stub
reportUnmatchedIgnoredErrors: false #no other way to silence platform-specific non-warnings
checkMissingIterableValueType: false #TODO: pthreads Threaded base for too many things, fix this later
ignoreErrors:

View File

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