X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d9ff001ffe1b37451889b53e856f143c7334e52c..f073994bc3d290d88aefca623ccdd2d2b51d5060:/phpstan.neon.dist diff --git a/phpstan.neon.dist b/phpstan.neon.dist index bcf4e5aa2..72189222f 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -7,9 +7,11 @@ parameters: - app # The level 8 is the highest level - level: 1 + level: 3 - phpVersion: 80200 + phpVersion: + min: 80200 + max: 80400 bootstrapFiles: - bootstrap/phpstan.php @@ -19,6 +21,4 @@ parameters: excludePaths: - ./Config/**/*.php - - ./dev/**/*.php - - checkMissingIterableValueType: false \ No newline at end of file + - ./dev/**/*.php \ No newline at end of file