Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phan: Update wpcom stubs #38369

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .phan/stubs/wpcom-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 d1bd2bf47aa20e287e8fdc56351f27ef986e6401.
* Stubs automatically generated from WordPress.com commit e4bff119a0ef34bd626cc234b0f63e0ad9de74a6.
*/

namespace {
Expand Down Expand Up @@ -48,6 +48,9 @@ function localized_wpcom_url($url, $the_locale = \null)
}
class WPCom_Languages
{
public static function localize_url($url, $the_locale = \null)
{
}
}
/**
* @return bool
Expand Down Expand Up @@ -185,6 +188,7 @@ function get_store_product($product_id, $meta = \null, $currency = \null, $blog_
class Store_Product
{
public $product_id;
public string $product_name;
}
/**
* @property Store_Transaction $transaction
Expand Down
Loading