From 9a2f4475c4d2bd59bd2f3f1d8f996b3d5b2fc255 Mon Sep 17 00:00:00 2001 From: Calypso Bot Date: Fri, 13 Sep 2024 16:13:33 +0200 Subject: [PATCH] phan: Update wpcom stubs (#39394) Co-authored-by: Phabricator Bot --- .phan/stubs/wpcom-stubs.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.phan/stubs/wpcom-stubs.php b/.phan/stubs/wpcom-stubs.php index 4fdcaa24bd839..03d68f7606a97 100644 --- a/.phan/stubs/wpcom-stubs.php +++ b/.phan/stubs/wpcom-stubs.php @@ -4,7 +4,7 @@ * `bin/teamcity-builds/jetpack-stubs/stub-defs.php` and regenerate the stubs * by triggering the Jetpack Staging → Update WPCOM Stubs job in TeamCity. * - * Stubs automatically generated from WordPress.com commit 2ecbaded3770357dd642a1095d8eb62a6c3793a8. + * Stubs automatically generated from WordPress.com commit fc607c626f1d1faf6baaba974cb048312f3c5841. */ namespace { @@ -784,6 +784,9 @@ public static function is_email_unverified($user_id = \false, $legacy_type = 'NE function wpcom_enhanced_excerpt_extract_excerpt($args) { } + function add_jetpack_submenu() + { + } class Jetpack_Sync_WPCOM_Shadow_Replicastore extends \Automattic\Jetpack\Sync\Replicastore { }