-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
devopsTooling and workflow improvementsTooling and workflow improvementsphpRequires understanding PHPRequires understanding PHP
Description
Description of the bug
The namespace in the plugin is set to Alley\WP\[MySite]_Plugin instead of MySite_Plugin.
Steps To Reproduce
- Run the configure script on this repo and give it some values.
- Run
composer phpcsand notice thatWordPress.NamingConventions.PrefixAllGlobals.NonPrefixedNamespaceFounderror triggers because the namespace in the plugin starts withAlley\WP\when it should not.
Metadata
Metadata
Assignees
Labels
devopsTooling and workflow improvementsTooling and workflow improvementsphpRequires understanding PHPRequires understanding PHP