浏览代码

Fix tests.

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: .+#'