-
Robin Appelman authoredRobin Appelman authored
psalm.xml 449 B
<?xml version="1.0"?>
<psalm
errorLevel="4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config"
phpVersion="7.3"
>
<projectFiles>
<directory name="lib"/>
</projectFiles>
<extraFiles>
<directory name="vendor/christophwurst/nextcloud"/>
</extraFiles>
<stubs>
<file name="tests/stub.phpstub" preloadClasses="true"/>
</stubs>
</psalm>