浏览代码

Fix font icon parsing.

mscherer 5 年之前
父节点
当前提交
e64272d320
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      tests/phpstan.neon

+ 4 - 3
tests/phpstan.neon

@@ -2,9 +2,10 @@ parameters:
 	autoload_files:
 	- %rootDir%/../../../tests/bootstrap.php
 	excludes_analyse:
-		- %rootDir%/../../../src/TestSuite/*
-		- %rootDir%/../../../src/View/Helper/TreeHelper
-		- %rootDir%/../../../src/Utility/Mime
+		- %rootDir%/../../../src/TestSuite/
+		- %rootDir%/../../../src/View/Helper/TreeHelper/
+		- %rootDir%/../../../src/Utility/Mime/
+		- %rootDir%/../../../src/IdeHelper/
 	ignoreErrors:
 		- '#Call to an undefined method .+TimeHelper::.+\(\)#'
 		- '#Access to protected property .+ServerRequest::\$.+#'