Skip to content

Commit 6005633

Browse files
matticbotPhabricator Bot
andauthored
phan: Update wpcom stubs (#45742)
Co-authored-by: Phabricator Bot <[email protected]>
1 parent 9a01d39 commit 6005633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.phan/stubs/wpcom-stubs.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* `bin/teamcity-builds/jetpack-stubs/stub-defs.php` and regenerate the stubs
55
* by triggering the Jetpack Staging → Update WPCOM Stubs job in TeamCity.
66
*
7-
* Stubs automatically generated from WordPress.com commit d0f863c7ff00ed5789626b38fafd63ff366cbb49.
7+
* Stubs automatically generated from WordPress.com commit 6910cb02fd19b083d246c87b59f8bc03319b4e9a.
88
*/
99

1010
namespace {
@@ -264,7 +264,7 @@ function global_css()
264264
{
265265
}
266266
/**
267-
* @return \WP_Ability[]
267+
* @return WP_Ability[]
268268
*/
269269
function wp_get_abilities(): array
270270
{
@@ -653,7 +653,7 @@ function wpcom_getimagesize($uri)
653653
}
654654
class WPCOM_Masterbar
655655
{
656-
static function get_calypso_site_slug($site_id)
656+
public static function get_calypso_site_slug($site_id): string
657657
{
658658
}
659659
}

0 commit comments

Comments
 (0)