Skip to content

Commit 874c5bd

Browse files
committed
Suppress psalm issues
(cherry picked from commit 7f1453e)
1 parent 870c1dd commit 874c5bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

psalm-baseline.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,6 +1406,12 @@
14061406
</PossiblyNullArgument>
14071407
</file>
14081408
<file src="src/Worker/Transport/Codec/ProtoCodec.php">
1409+
<LessSpecificReturnStatement>
1410+
<code><![CDATA[$frame->serializeToString()]]></code>
1411+
</LessSpecificReturnStatement>
1412+
<MoreSpecificReturnType>
1413+
<code><![CDATA[string]]></code>
1414+
</MoreSpecificReturnType>
14091415
<PossiblyInvalidArgument>
14101416
<code><![CDATA[$e->getCode()]]></code>
14111417
<code><![CDATA[$e->getCode()]]></code>

0 commit comments

Comments
 (0)