Missing dependancies

This commit is contained in:
tokslaw7
2023-06-21 12:19:22 +00:00
parent fbf3f180c2
commit 421f25c80d
2356 changed files with 342670 additions and 4743 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