]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove directory/file element.
authorDaniel Kesselberg <mail@danielkesselberg.de>
Fri, 14 Aug 2020 12:31:31 +0000 (14:31 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 18 Aug 2020 06:58:20 +0000 (08:58 +0200)
It will suppress any error of that kind in the file. That was not intended.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
psalm.xml

index ae059566555399ccef1549368394451015dc3830..53ffa8974bc7dead743e4a421385dbe098de9232 100644 (file)
--- a/psalm.xml
+++ b/psalm.xml
                                <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>