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 custom stubs #40324

Closed
wants to merge 1 commit into from
Closed
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: 3 additions & 3 deletions .phan/stubs/woocommerce-payments-stubs.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Stubs automatically generated from WooPayments 8.5.0
* Stubs automatically generated from WooPayments 8.4.0
* using the definition file `tools/stubs/woocommerce-payments-stub-defs.php` in the Jetpack monorepo.
*
* Do not edit this directly! Run tools/stubs/update-stubs.sh to regenerate it.
Expand All @@ -9,10 +9,10 @@
/**
* Class handling any account connection functionality
*/
class WC_Payments_Account implements \WCPay\MultiCurrency\Interfaces\MultiCurrencyAccountInterface
class WC_Payments_Account
{
/**
* Wipes the account data option, forcing to re-fetch the account data from WP.com.
* Wipes the account data option, forcing to re-fetch the account status from WP.com.
*/
public function clear_cache()
{
Expand Down
Loading