Skip to content

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Sep 16, 2025

PHPC-2617

Note: I've excluded PHP 8.5 from the Windows Packaging jobs, as PHP 8.5 has not yet bumped its Api Version, which will lead to incompatible 8.5 packages once it does. This usually happens with the first release candidate.

$reflection = new ReflectionClass($exception);

$resultDocumentProperty = $reflection->getProperty('errorLabels');
$resultDocumentProperty->setAccessible(true);
Copy link
Member

Choose a reason for hiding this comment

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

Noted that this is a no-op since 8.1 (per docs), and require 8.1+ per package.xml; however, why does composer.json still say 7.4+?

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.

2 participants