Skip to content

Commit

Permalink
fix CodeSniffer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed May 15, 2021
1 parent 6af7529 commit 9704ed5
Show file tree
Hide file tree
Showing 13 changed files with 1,624 additions and 1,546 deletions.
8 changes: 1 addition & 7 deletions src/Gateways/AbstractGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Mews\Pos\Gateways;

use GuzzleHttp\Exception\GuzzleException;
use Mews\Pos\Entity\Account\AbstractPosAccount;
use Mews\Pos\Entity\Card\AbstractCreditCard;
use Mews\Pos\Exceptions\UnsupportedPaymentModelException;
Expand Down Expand Up @@ -296,12 +295,7 @@ public function setTxType(string $txType)
}

/**
* @param AbstractCreditCard|null $card
*
* @return $this
*
* @throws GuzzleException
* @throws UnsupportedPaymentModelException
* @inheritDoc
*/
public function payment($card = null)
{
Expand Down
391 changes: 196 additions & 195 deletions src/Gateways/EstPos.php

Large diffs are not rendered by default.

Loading

0 comments on commit 9704ed5

Please sign in to comment.