diff options
Diffstat (limited to 'psalm.xml')
-rw-r--r-- | psalm.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/psalm.xml b/psalm.xml index ae059566555..53ffa8974bc 100644 --- a/psalm.xml +++ b/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> |