Browse Source

Remove directory/file element.

It will suppress any error of that kind in the file. That was not intended.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg 3 years ago
parent
commit
568e1f6d3a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      psalm.xml

+ 0 - 4
psalm.xml

@@ -45,16 +45,12 @@
 				<referencedFunction name="print_unescaped"/>
 				<referencedFunction name="script"/>
 				<referencedFunction name="style"/>
-				<directory name="apps/**/templates"/>
-				<directory name="core/templates"/>
 			</errorLevel>
 		</UndefinedFunction>
 		<UndefinedGlobalVariable>
 			<errorLevel type="suppress">
 				<referencedVariable name="l" />
 				<referencedVariable name="_" />
-				<directory name="apps/**/templates"/>
-				<directory name="core/templates"/>
 			</errorLevel>
 		</UndefinedGlobalVariable>
 	</issueHandlers>