We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1865191 commit 2d24f6dCopy full SHA for 2d24f6d
Inpsyde/Helpers/FunctionDocBlock.php
@@ -173,6 +173,7 @@ public static function normalizeTypesString(string $typesString): array
173
$splitType = substr($splitType, 1);
174
$hasNull = $hasNull || (($splitType !== '') && ($splitType !== false));
175
}
176
+ /** @psalm-suppress DocblockTypeContradiction */
177
if (($splitType === false) || ($splitType === '')) {
178
continue;
179
psalm.xml
@@ -25,5 +25,6 @@
25
<issueHandlers>
26
<MixedAssignment errorLevel="suppress" />
27
<RedundantCastGivenDocblockType errorLevel="suppress" />
28
+ <RedundantConditionGivenDocblockType errorLevel="suppress" />
29
</issueHandlers>
30
</psalm>
0 commit comments