Skip to content

Conversation

holtkamp
Copy link

@holtkamp holtkamp commented Jul 9, 2025

Closes #1913

@holtkamp holtkamp marked this pull request as draft July 9, 2025 18:14
}

/**
* @return list<InheritedProperty::*>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To fix psalm, you need to add an exxception in the psalm.baseline.xml file


  <file src="src/Service/CloudWatchLogs/src/Result/DescribeLogGroupsResponse.php">
    <LessSpecificReturnStatement>
      <code><![CDATA[$items]]></code>
    </LessSpecificReturnStatement>
    <MoreSpecificReturnType>
      <code><![CDATA[list<InheritedProperty::*>]]></code>
    </MoreSpecificReturnType>
  </file>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait... maybe not needed once #1923 got merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CloudWatchLogs] CloudWatchLogsClient::describeLogGroups() not implemented?
3 participants