]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
Maintenance: Updated larastan target level, fixed issues from tests
[bookstack] / phpstan.neon.dist
index aa2ad3d9e0f65b002cf3b46206366576d82fafe9..72189222fcf415643eb26613f2afd559e8e1a64d 100644 (file)
@@ -7,7 +7,7 @@ parameters:
         - app
 
     # The level 8 is the highest level
-    level: 1
+    level: 3
 
     phpVersion:
         min: 80200
@@ -21,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