Skip to content

Remove extra use statement#7879

Merged
m1r0 merged 1 commit intotrunkfrom
fix/remove-extra-use-statement
Dec 12, 2025
Merged

Remove extra use statement#7879
m1r0 merged 1 commit intotrunkfrom
fix/remove-extra-use-statement

Conversation

@m1r0
Copy link
Member

@m1r0 m1r0 commented Dec 12, 2025

Proposed Changes

  • This cleans up an extra use statement, causing a warning in some cases.

@m1r0 m1r0 self-assigned this Dec 12, 2025
Copilot AI review requested due to automatic review settings December 12, 2025 18:12
@m1r0 m1r0 added this to the 4.25.2 milestone Dec 12, 2025
@m1r0 m1r0 merged commit 4c6697f into trunk Dec 12, 2025
21 of 24 checks passed
@m1r0 m1r0 deleted the fix/remove-extra-use-statement branch December 12, 2025 18:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to remove an allegedly "extra" use WP_CLI; statement that was supposedly causing warnings. However, this change introduces a critical bug.

Key Issue:

  • The removal of the use WP_CLI; statement will break all WP_CLI functionality in this command class

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants