42 lines
1.4 KiB
XML
42 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
totallyTyped="false"
|
|
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="src"/>
|
|
<ignoreFiles>
|
|
<directory name="vendor"/>
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
|
|
<issueHandlers>
|
|
<DeprecatedClass errorLevel="info"/>
|
|
|
|
<InvalidArgument errorLevel="info"/>
|
|
<InvalidReturnStatement errorLevel="info"/>
|
|
<InvalidScalarArgument errorLevel="info"/>
|
|
<InvalidStringClass errorLevel="info"/>
|
|
|
|
<MissingConstructor errorLevel="info"/>
|
|
<MissingParamType errorLevel="info"/>
|
|
<MissingPropertyType errorLevel="info"/>
|
|
|
|
<PropertyNotSetInConstructor errorLevel="info"/>
|
|
|
|
<PossiblyNullArgument errorLevel="info"/>
|
|
<PossiblyNullArrayOffset errorLevel="info"/>
|
|
<PossiblyNullOperand errorLevel="info"/>
|
|
<PossiblyNullPropertyAssignmentValue errorLevel="info"/>
|
|
<PossiblyNullPropertyFetch errorLevel="info"/>
|
|
<PossiblyNullReference errorLevel="info"/>
|
|
</issueHandlers>
|
|
|
|
<plugins>
|
|
<pluginClass class="Weirdan\DoctrinePsalmPlugin\Plugin"/>
|
|
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
|
|
</plugins>
|
|
</psalm>
|