includes:
- - ./vendor/nunomaduro/larastan/extension.neon
+ - ./vendor/larastan/larastan/extension.neon
parameters:
# The level 8 is the highest level
level: 1
- phpVersion: 70300
+ phpVersion:
+ min: 80200
+ max: 80400
bootstrapFiles:
- bootstrap/phpstan.php
ignoreErrors:
-# - '#Unsafe usage of new static#'
+ # - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
excludePaths:
- ./Config/**/*.php
-
- checkMissingIterableValueType: false
\ No newline at end of file
+ - ./dev/**/*.php
\ No newline at end of file