Skip to content

Commit

Permalink
Fix php md, DEV-363
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Feb 6, 2024
1 parent b7f68bb commit aa42949
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ public function __construct(Config $config)
$this->config = $config;
}

/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function afterIsAvailable(Purchaseorder $subject, bool $result, CartInterface $quote = null): bool
{
// if some other rule forbids this payment method, we forbid it as well
Expand Down

0 comments on commit aa42949

Please sign in to comment.