X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ba25a3e1b73f87e7f9f7c071a46f739a0b17d2a4..32809193704b06dd8dbe2eb98bb1fe329138a0e7:/phpstan.neon.dist diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 936d5a91a..0f2021383 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,5 +1,5 @@ includes: - - ./vendor/nunomaduro/larastan/extension.neon + - ./vendor/larastan/larastan/extension.neon parameters: @@ -9,7 +9,9 @@ parameters: # The level 8 is the highest level level: 1 - phpVersion: 80002 + phpVersion: + min: 80200 + max: 80400 bootstrapFiles: - bootstrap/phpstan.php @@ -19,5 +21,4 @@ parameters: excludePaths: - ./Config/**/*.php - - checkMissingIterableValueType: false \ No newline at end of file + - ./dev/**/*.php \ No newline at end of file