Skip to content

Commit 69c69b0

Browse files
committed
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>
1 parent 2630427 commit 69c69b0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

psalm.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,12 @@
4545
<referencedFunction name="print_unescaped"/>
4646
<referencedFunction name="script"/>
4747
<referencedFunction name="style"/>
48-
<directory name="apps/**/templates"/>
49-
<directory name="core/templates"/>
5048
</errorLevel>
5149
</UndefinedFunction>
5250
<UndefinedGlobalVariable>
5351
<errorLevel type="suppress">
5452
<referencedVariable name="l" />
5553
<referencedVariable name="_" />
56-
<directory name="apps/**/templates"/>
57-
<directory name="core/templates"/>
5854
</errorLevel>
5955
</UndefinedGlobalVariable>
6056
</issueHandlers>

0 commit comments

Comments
 (0)