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 8f74670 commit 6c6c496Copy full SHA for 6c6c496
psalm.baseline.xml
@@ -315,6 +315,14 @@
315
<code><![CDATA[list<ChallengeNameType::*>]]></code>
316
</MoreSpecificReturnType>
317
</file>
318
+ <file src="src/Service/CognitoIdentityProvider/src/Result/AdminInitiateAuthResponse.php">
319
+ <LessSpecificReturnStatement>
320
+ <code><![CDATA[$items]]></code>
321
+ </LessSpecificReturnStatement>
322
+ <MoreSpecificReturnType>
323
+ <code><![CDATA[list<ChallengeNameType::*>]]></code>
324
+ </MoreSpecificReturnType>
325
+ </file>
326
<file src="src/Service/Kms/src/Result/GetPublicKeyResponse.php">
327
<LessSpecificReturnStatement>
328
<code><![CDATA[$items]]></code>
0 commit comments