Skip to content

Commit b876133

Browse files
committed
fix psalm
1 parent bc36177 commit b876133

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

psalm.baseline.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,12 @@
312312
<code><![CDATA[list<Architecture::*>]]></code>
313313
</MoreSpecificReturnType>
314314
</file>
315+
<file src="src/Service/CognitoIdentityProvider/src/Result/InitiateAuthResponse.php">
316+
<LessSpecificReturnStatement>
317+
<code><![CDATA[$items]]></code>
318+
</LessSpecificReturnStatement>
319+
<MoreSpecificReturnType>
320+
<code><![CDATA[list<ChallengeNameType::*>]]></code>
321+
</MoreSpecificReturnType>
322+
</file>
315323
</files>

0 commit comments

Comments
 (0)