jwt/phpstan.neon

13 lines
276 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
2025-05-13 15:36:33 +02:00
- polyfill.php
2025-05-08 22:05:29 +02:00
bootstrapFiles:
- vendor/autoload.php