jwt/phpstan.neon

12 lines
257 B
Text
Raw 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
bootstrapFiles:
- vendor/autoload.php