Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rename WPGraphQLHelpers file to match class casing. #201

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

justlevine
Copy link
Contributor

What

This PR fixes the filename used for the WPGraphQLHelpers class to match the class casing.

This is not a breaking change, as this class is included via PSR-4 and not via require_once.

Why

PSR-4 violation. Hopefully closes #168 🤞

How

includes/Utilities/WPGraphqlHelpers.php => includes/Utilities/WPGraphQLHelpers.php.

No other changes have been made.

@justlevine justlevine requested a review from a team as a code owner March 2, 2024 11:22
Copy link

changeset-bot bot commented Mar 2, 2024

🦋 Changeset detected

Latest commit: 5369093

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@wpengine/wp-graphql-content-blocks Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mindctrl mindctrl self-requested a review March 4, 2024 19:23
Copy link
Contributor

@mindctrl mindctrl left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you @justlevine

@mindctrl mindctrl merged commit 2d4a218 into wpengine:main Mar 4, 2024
5 of 6 checks passed
@justlevine justlevine deleted the fix/wpgraphqlhelpers-casing branch March 4, 2024 21:05
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.

Downloading the plugin as a composer package does not contain the vendor directory and autoloads
2 participants