From 9d8a398d09ca20458cc587a636434f7c9560874f Mon Sep 17 00:00:00 2001 From: Linnea Huxford <7308162+mslinnea@users.noreply.github.com> Date: Thu, 26 Dec 2024 16:12:10 -0800 Subject: [PATCH] Fix PHPStan Paths for WordPress VIP --- configure.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.php b/configure.php index c573fbf..d169abf 100644 --- a/configure.php +++ b/configure.php @@ -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',