Skip to content

Commit

Permalink
Merge branch 'trunk' into update/welcome-flow-upfront-default-recomme…
Browse files Browse the repository at this point in the history
…ndations
  • Loading branch information
elliottprogrammer committed Sep 27, 2024
2 parents 002dd54 + 3490099 commit 83e1c2d
Show file tree
Hide file tree
Showing 741 changed files with 19,511 additions and 12,740 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
fi
exit $EXIT
- name: Install svn
run: command -v svn || sudo apt-get install -y subversion

- uses: actions/checkout@v4
with:
path: src
Expand Down
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
Loading

0 comments on commit 83e1c2d

Please sign in to comment.