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

Update namespace practices #344

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

darylldoyle
Copy link
Contributor

Description of the Change

As per #315, the WordPress minimum PHP version now supports namespaces and as such we shouldn't promote the use of pseudo namespaces anymore. This PR removes the mention of them from the best practices.

Verification Process

Tested locally.

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Applicable Issues

#315

Changelog Entry

  • Removed mention of pseudo namespaces as they're no longer required

Remove pseudo namespaces as WP min PHP version now supports actual namespaces.
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.

3 participants