From 9daeca329284abacda614c3cc555f7cbf9ea9254 Mon Sep 17 00:00:00 2001 From: Calypso Bot Date: Mon, 10 Jun 2024 13:18:36 -0500 Subject: [PATCH] phan: Update wpcom stubs (#37765) Co-authored-by: Phabricator Bot --- .phan/stubs/wpcom-stubs.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.phan/stubs/wpcom-stubs.php b/.phan/stubs/wpcom-stubs.php index cdc1b4dc26367..e1a1454658bbc 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 2d082c6ddeb55ddd1d056684148ba2d5c089ebcf. + * Stubs automatically generated from WordPress.com commit 8ea6e9c3894144c290918647a68ffd98cf547fff. */ namespace { @@ -1435,11 +1435,8 @@ public static function site_requires_upgrade($blog_id) public static function get_costs() { } - /** - * @param int $blog_id - * @return string - */ - public static function get_upgrade_url($blog_id){ + public static function get_upgrade_url($blog_id) + { } } }