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

[ticket/16936] Add first psalm configuration file

PHPBB3-16936
This commit is contained in:
Marc Alexander
2021-12-05 16:32:18 +01:00
parent a97878f987
commit 6d26f20bae

14
psalm.xml Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<psalm
errorLevel="5"
phpVersion="7.3"
resolveFromConfigFile="true"
autoloader="tests/bootstrap.php"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="phpBB/phpbb"/>
</projectFiles>
</psalm>