Browse Source

Fix font icon parsing.

mscherer 5 years ago
parent
commit
e64272d320
1 changed files with 4 additions and 3 deletions
  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::\$.+#'