]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
Testing: Extracted copy tests to their own class
[bookstack] / phpstan.neon.dist
index bcf4e5aa208846989707df3c1b22af4df58a0471..72189222fcf415643eb26613f2afd559e8e1a64d 100644 (file)
@@ -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