alleyinteractive / create-wordpress-project

A starter structure for the wp-content directory on a new WordPress project.
GNU General Public License v2.0
8 stars 0 forks source link

An Author Name other than Alley Breaks PHP Namespaces #95

Closed efuller closed 3 months ago

efuller commented 4 months ago

Description of the bug

If an author name other than Alley is used while scaffolding, use statements inside of PHP feature files will break because Alley is replaced in the namespace with the author name provided.

Steps To Reproduce

  1. Run make
  2. Use a different author name such as github
  3. After scaffolding completes note how the use statements inside of PHP feature files has been changed causing things to not work.

Additional Information

No response