Browse Source

Fix PHPStan

mscherer 2 years ago
parent
commit
378dd5cbd3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      phpstan.neon

+ 1 - 0
phpstan.neon

@@ -11,6 +11,7 @@ parameters:
 		- %rootDir%/../../../src/Utility/Mime
 	reportUnmatchedIgnoredErrors: false
 	ignoreErrors:
+		- '#Class Cake\\Chronos\\Date not found.#'
 		-
 			message: '#Undefined variable: .+#'
 			path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'