mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Fix lint
This commit is contained in:
parent
4482809c18
commit
9960134933
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ class SettingsListener {
|
|||
/**
|
||||
* Handles onboarding URLs deletion
|
||||
*/
|
||||
public function listen_for_uninstall() {
|
||||
public function listen_for_uninstall(): void {
|
||||
// Clear onboarding links from cache.
|
||||
foreach ( $this->signup_link_ids as $key ) {
|
||||
( new OnboardingUrl( $this->signup_link_cache, $key, get_current_user_id() ) )->delete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue