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

+ 2 - 1
tests/phpstan.neon

@@ -2,10 +2,11 @@ parameters:
 	checkMissingIterableValueType: false
 	checkGenericClassInNonGenericObjectType: false
 	bootstrapFiles:
-	- %rootDir%/../../../tests/bootstrap.php
+		- %rootDir%/../../../tests/bootstrap.php
 	excludes_analyse:
 		- %rootDir%/../../../src/TestSuite/*
 		- %rootDir%/../../../src/Utility/Mime
+	reportUnmatchedIgnoredErrors: false
 	ignoreErrors:
 		-
 			message: '#Undefined variable: .+#'