24 lines
631 B
Plaintext
24 lines
631 B
Plaintext
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
|