Skip to content

Conversation

@calien666
Copy link
Member

During testing in another extension, it showed up, that ProcessingInstruction was not configured correctly. Change the autoload for this class and adopt all other classes using php attributes instead of registration via Services.yaml. With this change the autoload is made on the class, where it is needed and reduces the code inside the Services.yaml to the minimum.

@calien666 calien666 requested a review from sbuerk October 30, 2025 09:46
During testing in another extension, it showed up, that
`ProcessingInstruction` was not configured correctly. Change the
autoload for this class and adopt all other classes using php attributes
instead of registration via `Services.yaml`. With this change the
autoload is made on the class, where it is needed and reduces the code
inside the `Services.yaml` to the minimum.
@calien666 calien666 force-pushed the bugfix/service-issue branch from 13e4957 to 605e256 Compare October 30, 2025 10:09
@calien666 calien666 requested a review from sbuerk October 30, 2025 10:10
Copy link
Member

@sbuerk sbuerk left a comment

Choose a reason for hiding this comment

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

Looks good now.

@calien666 calien666 merged commit 273bfe2 into main Oct 30, 2025
9 checks passed
@calien666 calien666 deleted the bugfix/service-issue branch October 30, 2025 10:25
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.

3 participants