X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c13fd2a9e69fe40fc67725f5286e6b5596720ab0..refs/pull/5291/head:/phpstan.neon.dist diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5fec36c2f..bcf4e5aa2 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -9,7 +9,7 @@ parameters: # The level 8 is the highest level level: 1 - phpVersion: 80002 + phpVersion: 80200 bootstrapFiles: - bootstrap/phpstan.php @@ -19,5 +19,6 @@ parameters: excludePaths: - ./Config/**/*.php + - ./dev/**/*.php checkMissingIterableValueType: false \ No newline at end of file