mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix Psalm errors
This commit is contained in:
parent
09420c0adb
commit
9b81ac54f2
5 changed files with 65 additions and 48 deletions
|
@ -235,7 +235,7 @@ class SettingsListener {
|
|||
*
|
||||
* @throws \WooCommerce\PayPalCommerce\WcGateway\Exception\NotFoundException When a setting was not found.
|
||||
*/
|
||||
public function listen() {
|
||||
public function listen(): void {
|
||||
|
||||
if ( ! $this->is_valid_update_request() ) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue