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'