mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 09:23:36 +08:00
16 lines
406 B
XML
16 lines
406 B
XML
|
<?xml version="1.0"?>
|
||
|
<psalm
|
||
|
errorLevel="2"
|
||
|
resolveFromConfigFile="true"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xmlns="https://getpsalm.org/schema/config"
|
||
|
xsi:schemaLocation="https://getpsalm.org/schema/config"
|
||
|
errorBaseline="psalm-baseline.xml"
|
||
|
>
|
||
|
<projectFiles>
|
||
|
<directory name="templates"/>
|
||
|
<directory name="src"/>
|
||
|
<file name="public/index.php"/>
|
||
|
</projectFiles>
|
||
|
</psalm>
|