]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
Drawings: Added class to extract drawio data from png files
[bookstack] / phpstan.neon.dist
index 936d5a91a04daca998dc9da428a98a5040b299da..0f20213836c42d9e47da8984e36e04e4929b2fb6 100644 (file)
@@ -1,5 +1,5 @@
 includes:
-    - ./vendor/nunomaduro/larastan/extension.neon
+    - ./vendor/larastan/larastan/extension.neon
 
 parameters:
 
@@ -9,7 +9,9 @@ parameters:
     # The level 8 is the highest level
     level: 1
 
-    phpVersion: 80002
+    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