]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / phpstan.neon.dist
index bcf4e5aa208846989707df3c1b22af4df58a0471..0f20213836c42d9e47da8984e36e04e4929b2fb6 100644 (file)
@@ -9,7 +9,9 @@ parameters:
     # The level 8 is the highest level
     level: 1
 
-    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