Skip to content

Commit

Permalink
Merge pull request #115 from alleyinteractive/bug/phpstan-paths-for-vip
Browse files Browse the repository at this point in the history
Fix PHPStan Paths for WordPress VIP
  • Loading branch information
mslinnea authored Dec 31, 2024
2 parents 5e8e18f + 9d8a398 commit b0323d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,13 @@ function install_plugin( array $plugin_data, bool $prompt, &$installed_plugins )
],
);

replace_in_file(
'phpstan.neon',
[
'mu-plugins/' => 'client-mu-plugins/',
],
);

// Remove the pantheon mu-plugin from the plugin loader file.
replace_in_file(
'client-mu-plugins/plugin-loader.php',
Expand Down

0 comments on commit b0323d7

Please sign in to comment.