mscherer 5 年 前
コミット
cffd13e0e6
1 ファイル変更3 行追加1 行削除
  1. 3 1
      tests/phpstan.neon

+ 3 - 1
tests/phpstan.neon

@@ -11,7 +11,9 @@ parameters:
 		-
 			message: '#Variable \$.+ might not be defined.#'
 			path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'
-
+		-
+			message: '#Cannot unset offset string on array.+\.#'
+			path: '%rootDir%/../../../src/Utility/Language.php'
 services:
 	-
 		class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension