wp-rocket icon indicating copy to clipboard operation
wp-rocket copied to clipboard

Fixes #6865 Container V4 service provider error about providing (options_debug) service

Open Khadreal opened this issue 6 months ago • 2 comments

Description

Fixes #6865

Documentation

User documentation

No impact.

Technical documentation

Add options_debug directly to the boot method since it doesn't have a service registered.

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue).

Detailed scenario

Check issue #6865 for detailed scenario

Documentation

Fix service provider error for container without a registered service

Mandatory Checklist

Code validation

  • [x] I validated all the Acceptance Criteria. If possible, provide sreenshots or videos.
  • [x] I triggered all changed lines of code at least once without new errors/warnings/notices.

Documentation

  • [x] I prepared the user documentation for the feature/enhancement and shared it in the PR or the GitHub issue.
  • [x] I prepared the technical documentation if needed, and shared it in the PR or the GitHub issue.

Code style

  • [x] I wrote self-explanatory code about what it does.
  • [x] I did not introduce unecessary complexity.

Khadreal avatar Aug 23 '24 12:08 Khadreal