first commit

This commit is contained in:
DESKTOP-DH6BVPV\chiefsoft
2022-11-15 21:53:02 -05:00
commit 29452e5b6e
1991 changed files with 265605 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
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