Skip to content

Commit

Permalink
phan: Update wpcom stubs (#39565)
Browse files Browse the repository at this point in the history
Co-authored-by: Phabricator Bot <[email protected]>
  • Loading branch information
2 people authored and gogdzl committed Oct 25, 2024
1 parent e5275d9 commit f05e3b0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 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 fc607c626f1d1faf6baaba974cb048312f3c5841.
* Stubs automatically generated from WordPress.com commit 2ed424b4493f3450b67bb248706d6e29170e6042.
*/

namespace {
Expand Down Expand Up @@ -171,6 +171,13 @@ public function get_product_slugs(): array
public static function get_existing_cart(?array $args = []): self
{
}
/**
* @param array|null $args
* @return bool
*/
public static function is_cart_empty(?array $args = []): bool
{
}
}
class Store_Product_List
{
Expand Down

0 comments on commit f05e3b0

Please sign in to comment.