X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bc291bee783a3124aa9c123de59b3acd4719b106..refs/pull/3387/head:/phpstan.neon.dist diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 815b1c187..ff184f7cd 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -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