]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
Maintenance: Updated larastan target level, fixed issues from tests
[bookstack] / phpstan.neon.dist
index f3aa47e12f3e06f8e39aa48c4c3bcac280106f84..72189222fcf415643eb26613f2afd559e8e1a64d 100644 (file)
@@ -1,5 +1,5 @@
 includes:
-    - ./vendor/nunomaduro/larastan/extension.neon
+    - ./vendor/larastan/larastan/extension.neon
 
 parameters:
 
@@ -7,9 +7,11 @@ parameters:
         - app
 
     # The level 8 is the highest level
-    level: 1
+    level: 3
 
-    phpVersion: 70300
+    phpVersion:
+        min: 80200
+        max: 80400
 
     bootstrapFiles:
       - bootstrap/phpstan.php
@@ -19,5 +21,4 @@ parameters:
 
     excludePaths:
         - ./Config/**/*.php
-
-    checkMissingIterableValueType: false
\ No newline at end of file
+        - ./dev/**/*.php
\ No newline at end of file