mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[ticket/16936] Add first psalm configuration file
PHPBB3-16936
This commit is contained in:
14
psalm.xml
Normal file
14
psalm.xml
Normal 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>
|
Reference in New Issue
Block a user