0
0
mirror of https://github.com/pmmp/BedrockProtocol.git synced 2025-02-23 09:16:16 +00:00
BedrockProtocol/phpstan.neon.dist
Dylan K. Taylor c76e31fc94 PHPStan 1.0, green on level 9
with no changes!?
2021-11-01 18:59:44 +00:00

17 lines
478 B
Plaintext

includes:
- tests/phpstan/configs/architectural-issues.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