Skip to content

Commit

Permalink
Fix PHPStan Paths for WordPress VIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinnea committed Dec 27, 2024
1 parent 5e8e18f commit 9d8a398
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 9d8a398

Please sign in to comment.