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 bc36177 commit b876133Copy full SHA for b876133
psalm.baseline.xml
@@ -312,4 +312,12 @@
312
<code><![CDATA[list<Architecture::*>]]></code>
313
</MoreSpecificReturnType>
314
</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>
323
</files>
0 commit comments