jwt/phpstan.neon

14 lines
288 B
Text
Raw Permalink Normal View History

2025-05-08 22:05:29 +02:00
parameters:
level: 9
checkUninitializedProperties: true
checkImplicitMixed: true
checkBenevolentUnionTypes: true
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
paths:
- src
- tests
2025-05-13 15:36:33 +02:00
- polyfill.php
2025-05-08 22:05:29 +02:00
bootstrapFiles:
- vendor/autoload.php