Skip to content

Commit

Permalink
Update code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Dec 13, 2022
1 parent 726dc00 commit 63dcc27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Listeners/Yith.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function register_hooks() {
/**
* PayPal connected
*
* @param string $new_option New value of the yith_ppwc_merchant_data_production option
* @param string $old_option Old value of the yith_ppwc_merchant_data_production option
* @param string $new_option New value of the yith_ppwc_merchant_data_production option
* @param string $old_option Old value of the yith_ppwc_merchant_data_production option
*
* @return string The new option value
*/
Expand All @@ -34,6 +34,7 @@ public function paypal_connection( $new_option, $old_option ) {
)
);
}

return $new_option;
}
}

0 comments on commit 63dcc27

Please sign in to comment.