Skip to content

Commit 6afd3d1

Browse files
committed
Add back suppression
1 parent a6622c4 commit 6afd3d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Psalm/Internal/Analyzer/FunctionLike/ReturnTypeAnalyzer.php

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public static function verifyReturnType(
156156
}
157157
}
158158

159+
/** @psalm-suppress PossiblyUndefinedStringArrayOffset */
159160
if ($return_type
160161
&& (!$return_type->from_docblock
161162
|| ($return_type->isNullable()

0 commit comments

Comments
 (0)