mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
80 lines
2.0 KiB
XML
80 lines
2.0 KiB
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
errorLevel="4"
|
|
resolveFromConfigFile="true"
|
|
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="app" />
|
|
<ignoreFiles>
|
|
<directory name="vendor" />
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
|
|
<issueHandlers>
|
|
<MissingPropertyType errorLevel="suppress" />
|
|
|
|
<UndefinedFunction>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</UndefinedFunction>
|
|
<UndefinedMethod>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</UndefinedMethod>
|
|
<UndefinedClass>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</UndefinedClass>
|
|
<UndefinedThisPropertyFetch>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</UndefinedThisPropertyFetch>
|
|
<UndefinedThisPropertyAssignment>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</UndefinedThisPropertyAssignment>
|
|
<InvalidArgument>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</InvalidArgument>
|
|
<InvalidScalarArgument>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</InvalidScalarArgument>
|
|
<UndefinedMagicPropertyFetch>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</UndefinedMagicPropertyFetch>
|
|
<InvalidNullableReturnType>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</InvalidNullableReturnType>
|
|
<ImplementedReturnTypeMismatch>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</ImplementedReturnTypeMismatch>
|
|
<NoInterfaceProperties>
|
|
<errorLevel type="suppress">
|
|
<directory name="app" />
|
|
</errorLevel>
|
|
</NoInterfaceProperties>
|
|
|
|
|
|
</issueHandlers>
|
|
|
|
|
|
</psalm>
|