mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
26 lines
883 B
XML
26 lines
883 B
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 file:///composer/vendor/vimeo/psalm/config.xsd"
|
|
>
|
|
<projectFiles>
|
|
<directory name="src" />
|
|
<ignoreFiles>
|
|
<directory name="vendor" />
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
|
|
<issueHandlers>
|
|
<LessSpecificReturnType errorLevel="info" />
|
|
|
|
<RedundantConditionGivenDocblockType>
|
|
<errorLevel type="info">
|
|
<!-- Psalm is very strict and believe that because we documented a type, it is redundant to assert it -->
|
|
<file name="src/DocBlock/StandardTagFactory.php"/>
|
|
</errorLevel>
|
|
</RedundantConditionGivenDocblockType>
|
|
</issueHandlers>
|
|
</psalm>
|