23 lines
631 B

includes:
- phpstan-baseline.php
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
tmpDir: build/phpstan
level: 9
paths:
- src
- tests
bootstrapFiles:
- vendor/autoload.php
additionalConstructors:
- Nexus\CsConfig\Test\AbstractCustomFixerTestCase::setUp
featureToggles:
disableCheckMissingIterableValueType: false
checkTooWideReturnTypesInProtectedAndPublicMethods: true
checkUninitializedProperties: true
checkImplicitMixed: true
checkBenevolentUnionTypes: true
checkMissingCallableSignature: true
reportAlwaysTrueInLastCondition: true
treatPhpDocTypesAsCertain: false