Files
automagistre/psalm.xml

42 lines
1.4 KiB
XML

<?xml version="1.0"?>
<psalm
totallyTyped="false"
useDocblockTypes="true"
allowPhpStormGenerics="true"
requireVoidReturnType="true"
ignoreInternalFunctionFalseReturn="false"
ignoreInternalFunctionNullReturn="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"/>
<file name="src/Controller/TestController.php"/>
<file name="src/Command/TestCommand.php"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<InvalidArgument errorLevel="info"/>
<MissingConstructor errorLevel="info"/>
<MissingParamType errorLevel="info"/>
<MissingDependency errorLevel="info"/>
<PropertyNotSetInConstructor errorLevel="info"/>
<PossiblyNullArrayOffset errorLevel="info"/>
<PossiblyNullOperand errorLevel="info"/>
<PossiblyNullPropertyAssignmentValue errorLevel="info"/>
<PossiblyNullReference errorLevel="info"/>
</issueHandlers>
<plugins>
<pluginClass class="Weirdan\DoctrinePsalmPlugin\Plugin"/>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
</plugins>
</psalm>