Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Mar 1, 2024
1 parent 4cc1c8b commit 5712606
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Model/TokenRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

namespace TpayCom\Magento2Basic\Model;

use Exception;
use TpayCom\Magento2Basic\Model\Api\Data\TokensInterface;
use TpayCom\Magento2Basic\Model\Api\TokenRepositoryInterface;
use TpayCom\Magento2Basic\Model\ResourceModel\Token as TokenResourceModel;

/** @throws Exception */
class TokenRepository implements TokenRepositoryInterface
{
private $tokenFactory;
private $tokenResourceModel;

/** @phpstan-ignore-next-line */
public function __construct(TokenFactory $tokenFactory, TokenResourceModel $tokenResourceModel)
{
$this->tokenResourceModel = $tokenResourceModel;
Expand Down

0 comments on commit 5712606

Please sign in to comment.