You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
631 B
24 lines
631 B
1 year ago
|
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
|