Files
DESKTOP-DH6BVPV\chiefsoft 29452e5b6e first commit
2022-11-15 21:53:02 -05:00

29 lines
818 B
Plaintext

includes:
- phpstan-baseline.neon.dist
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
tmpDir: build/phpstan
level: 8
paths:
- src
- tests
bootstrapFiles:
- vendor/autoload.php
parallel:
processTimeout: 300.0
polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false
checkAlwaysTrueCheckTypeFunctionCall: true
checkAlwaysTrueInstanceof: true
checkAlwaysTrueStrictComparison: true
checkExplicitMixedMissingReturn: true
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
checkMissingIterableValueType: false
reportMaybesInMethodSignatures: true
reportStaticMethodSignatures: true
checkTooWideReturnTypesInProtectedAndPublicMethods: true
featureToggles:
disableCheckMissingIterableValueType: false