| <?xml version="1.0"?>
<psalm name="Psalm tests for Quill" totallyTyped="true">
    <projectFiles>
        <directory name="src" />
    </projectFiles>
    <issueHandlers>
        <PossiblyNullPropertyAssignmentValue errorLevel="info" />
        <RedundantConditionGivenDocblockType errorLevel="info" />
        <DocblockTypeContradiction errorLevel="info" />
        <PossiblyNullPropertyAssignmentValue errorLevel="suppress" />
        <InvalidThrow errorLevel="info" />
        <UnnecessaryVarAnnotation errorLevel="info"/>
    </issueHandlers>
</psalm>
 |