Browse Source

Fix font icon parsing.

mscherer 5 years ago
parent
commit
b8e9bd1d61
1 changed files with 4 additions and 4 deletions
  1. 4 4
      tests/phpstan.neon

+ 4 - 4
tests/phpstan.neon

@@ -2,10 +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/IdeHelper/
+		- %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::\$.+#'