0
0
mirror of https://github.com/pmmp/BedrockProtocol.git synced 2025-02-23 13:56:14 +00:00
BedrockProtocol/phpstan.neon.dist
Dylan K. Taylor 1add11e063 Remove unused PHPStan type aliases
these were left over after the separation from PM core.
2021-10-20 15:00:00 +01:00

18 lines
504 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: 8
checkExplicitMixed: true
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