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

Fix PHPStan Paths for WordPress VIP #97

Open efuller opened 4 months ago

efuller commented 4 months ago

Description of the bug

If a site is selected to be hosted on VIP, the PHPStan paths are pointing to mu-plugins/ and they need to be pointed to client-mu-plugins

Perhaps we could add a step to the config to allow for renaming to take place based on whether the site will be hosted on VIP or not.

Steps To Reproduce

  1. Run make command
  2. Be sure to configure site to be hosted on VIP
  3. Try running PHPStan

Additional Information

No response