]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
Use zopfli for oxipng for extra 3KB~
[bookstack] / phpstan.neon.dist
index 815b1c187a7ac8c32e3820398004348315ed422c..15a519e20f610ff2de030d8706490543f65586e5 100644 (file)
@@ -1,5 +1,5 @@
 includes:
-    - ./vendor/nunomaduro/larastan/extension.neon
+    - ./vendor/larastan/larastan/extension.neon
 
 parameters:
 
@@ -9,13 +9,13 @@ parameters:
     # The level 8 is the highest level
     level: 1
 
-    phpVersion: 70300
+    phpVersion: 80200
 
     bootstrapFiles:
       - bootstrap/phpstan.php
 
     ignoreErrors:
-#        - '#Unsafe usage of new static#'
+    #  - '#PHPDoc tag @throws with type .*?Psr\\SimpleCache\\InvalidArgumentException.*? is not subtype of Throwable#'
 
     excludePaths:
         - ./Config/**/*.php