mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Psalm: remove suppression of return type issue
... and fix it instead.
This commit is contained in:
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user