mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix psalm error
This commit is contained in:
parent
49faab654a
commit
300804a738
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ class GatewayWithoutPayPalAdminNotice {
|
||||||
public function message(): ?Message {
|
public function message(): ?Message {
|
||||||
$notice_type = $this->check();
|
$notice_type = $this->check();
|
||||||
|
|
||||||
|
$url1 = '';
|
||||||
|
$url2 = '';
|
||||||
|
|
||||||
switch ( $notice_type ) {
|
switch ( $notice_type ) {
|
||||||
case self::NOTICE_DISABLED_GATEWAY:
|
case self::NOTICE_DISABLED_GATEWAY:
|
||||||
/* translators: %1$s the gateway name, %2$s URL. */
|
/* translators: %1$s the gateway name, %2$s URL. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue