From de1f5fe445ec0f432d471a1cc85c5637fcc6e78d Mon Sep 17 00:00:00 2001 From: Igor Zinovyev Date: Wed, 12 Jun 2024 14:31:41 +0300 Subject: [PATCH] Added the Jetpack_Mu_Wpcom file to Phan's visibility. --- projects/plugins/jetpack/.phan/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/plugins/jetpack/.phan/config.php b/projects/plugins/jetpack/.phan/config.php index 524d514184337..8c1e345705f82 100644 --- a/projects/plugins/jetpack/.phan/config.php +++ b/projects/plugins/jetpack/.phan/config.php @@ -39,6 +39,7 @@ __DIR__ . '/../../../plugins/crm/includes/ZeroBSCRM.Core.Extensions.php', // functions zeroBSCRM_isExtensionInstalled, zeroBSCRM_extension_install_jetpackforms // Make an exception to the above for packages/jetpack-mu-wpcom. Pulling in that whole package here seems more risky than beneficial. + __DIR__ . '/../../../packages/jetpack-mu-wpcom/src/class-jetpack-mu-wpcom.php', // class Jetpack_Mu_Wpcom __DIR__ . '/../../../packages/jetpack-mu-wpcom/src/features/launchpad/launchpad.php', // function wpcom_launchpad_is_fse_next_steps_modal_hidden ), )