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.
23 lines
631 B
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
|
|
|