mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16936] Add first psalm configuration file
PHPBB3-16936
This commit is contained in:
parent
a97878f987
commit
6d26f20bae
1 changed files with 14 additions and 0 deletions
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>
|
Loading…
Add table
Reference in a new issue