]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / phpstan.neon.dist
index 936d5a91a04daca998dc9da428a98a5040b299da..bcf4e5aa208846989707df3c1b22af4df58a0471 100644 (file)
@@ -1,5 +1,5 @@
 includes:
-    - ./vendor/nunomaduro/larastan/extension.neon
+    - ./vendor/larastan/larastan/extension.neon
 
 parameters:
 
@@ -9,7 +9,7 @@ parameters:
     # The level 8 is the highest level
     level: 1
 
-    phpVersion: 80002
+    phpVersion: 80200
 
     bootstrapFiles:
       - bootstrap/phpstan.php
@@ -19,5 +19,6 @@ parameters:
 
     excludePaths:
         - ./Config/**/*.php
+        - ./dev/**/*.php
 
     checkMissingIterableValueType: false
\ No newline at end of file