0
0
mirror of https://github.com/pmmp/BedrockProtocol.git synced 2024-11-11 11:09:25 +00:00
BedrockProtocol/phpstan.neon.dist
2022-07-13 00:47:47 +01:00

18 lines
521 B
Plaintext

includes:
- tests/phpstan/configs/architectural-issues.neon
- tests/phpstan/configs/phpstan-bugs.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon
- vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
level: 9
checkMissingCallableSignature: true
treatPhpDocTypesAsCertain: false
paths:
- src
- tests/phpunit
stubFiles:
- tests/phpstan/stubs/JsonMapper.stub
reportUnmatchedIgnoredErrors: false #no other way to silence platform-specific non-warnings