Psalm: remove suppression of return type issue

... and fix it instead.
This commit is contained in:
jrfnl
2021-08-08 21:32:57 +02:00
committed by Jaapio
parent 93198fae49
commit c269e1b26e
2 changed files with 2 additions and 13 deletions
-12
View File
@@ -42,18 +42,6 @@
</errorLevel>
</RedundantConditionGivenDocblockType>
<InvalidReturnType>
<errorLevel type="info">
<file name="src/Utils.php"/>
</errorLevel>
</InvalidReturnType>
<InvalidReturnStatement>
<errorLevel type="info">
<file name="src/Utils.php"/>
</errorLevel>
</InvalidReturnStatement>
<ArgumentTypeCoercion>
<errorLevel type="info">
<!-- PHP handles invalid preg_split flags just fine. -->