the_mechanic/vendor/nexusphp/cs-config/phpstan.neon.dist
2024-09-25 09:12:05 +05:30

24 lines
631 B
Plaintext
Executable File

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