phpstan config file update with phpVersion information
This commit is contained in:
@@ -14,6 +14,9 @@ parameters:
|
|||||||
# allRules: false
|
# allRules: false
|
||||||
checkMissingCallableSignature: true
|
checkMissingCallableSignature: true
|
||||||
treatPhpDocTypesAsCertain: false
|
treatPhpDocTypesAsCertain: false
|
||||||
|
# phpVersion:
|
||||||
|
# min: 80200 # PHP 8.2.0
|
||||||
|
# max: 80300 # PHP latest
|
||||||
paths:
|
paths:
|
||||||
- %currentWorkingDirectory%/www
|
- %currentWorkingDirectory%/www
|
||||||
bootstrapFiles:
|
bootstrapFiles:
|
||||||
|
|||||||
Reference in New Issue
Block a user