]> BookStack Code Mirror - bookstack/blobdiff - phpstan.neon.dist
Updated attachment links to have dropdown for open type
[bookstack] / phpstan.neon.dist
index 815b1c187a7ac8c32e3820398004348315ed422c..ff184f7cd5de90a253e5b8ef5adc673df866fbed 100644 (file)
@@ -9,13 +9,13 @@ parameters:
     # The level 8 is the highest level
     level: 1
 
-    phpVersion: 70300
+    phpVersion: 70400
 
     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