0
0
mirror of https://github.com/pmmp/BedrockProtocol.git synced 2025-02-22 21:36:22 +00:00
BedrockProtocol/phpstan.neon.dist
Dylan K. Taylor d31054efb0 Update PHPStan
2025-01-03 18:08:27 +00:00

19 lines
562 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
- tests/phpstan/DummyPacketHandler.php
stubFiles:
- tests/phpstan/stubs/JsonMapper.stub
reportUnmatchedIgnoredErrors: false #no other way to silence platform-specific non-warnings