index/phpstan.neon

10 lines
187 B
Text
Raw Normal View History

2022-09-13 13:13:11 +00:00
parameters:
level: 9
2024-08-04 00:14:17 +00:00
checkUninitializedProperties: true
checkImplicitMixed: true
checkBenevolentUnionTypes: true
treatPhpDocTypesAsCertain: false
2022-09-13 13:13:11 +00:00
paths:
- src
- tests