浏览代码

Fix PHPStan

mscherer 2 年之前
父节点
当前提交
378dd5cbd3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'