1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

[ticket/16936] Ignore InvalidGlobal error message

PHPBB3-16936
This commit is contained in:
Marc Alexander
2021-12-08 21:50:12 +01:00
parent 7d7c7d8199
commit 848cf79523

View File

@@ -11,4 +11,8 @@
<projectFiles> <projectFiles>
<directory name="phpBB/phpbb"/> <directory name="phpBB/phpbb"/>
</projectFiles> </projectFiles>
<issueHandlers>
<InvalidGlobal errorLevel="suppress" />
</issueHandlers>
</psalm> </psalm>