small fixes

This commit is contained in:
Orklah
2020-02-20 21:26:56 +01:00
parent 45e5409b3f
commit 43288974a5
23 changed files with 62 additions and 55 deletions
+7 -2
View File
@@ -13,13 +13,18 @@
</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>
<PossiblyNullArrayOffset>
<errorLevel type="info">
<!-- Psalm forbid accessing an array with a null offset but it's still working code without notice -->
<file name="src/DocBlock/StandardTagFactory.php"/>
</errorLevel>
</PossiblyNullArrayOffset>
</issueHandlers>
</psalm>