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 870c1dd commit 874c5bdCopy full SHA for 874c5bd
1 file changed
psalm-baseline.xml
@@ -1406,6 +1406,12 @@
1406
</PossiblyNullArgument>
1407
</file>
1408
<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>
1415
<PossiblyInvalidArgument>
1416
<code><![CDATA[$e->getCode()]]></code>
1417
0 commit comments