Skip to content

Commit

Permalink
Scope update
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jul 9, 2024
1 parent d039334 commit 6085851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Model/ApiFacade/Transaction/TransactionApiFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class TransactionApiFacade
/** @var bool */
private $useOpenApi = false;

/** @var int|null */
private $storeId = null;
/** @var null|int */
private $storeId;

public function __construct(TpayConfigInterface $tpay, CacheInterface $cache, ?int $storeId = null)
{
Expand Down
2 changes: 1 addition & 1 deletion Model/Config/Source/OnsiteChannels.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Tpay\Magento2\Model\Config\Source;

use Magento\Framework\App\CacheInterface;
use Magento\Framework\App\Action\Context;
use Magento\Framework\App\CacheInterface;
use Magento\Framework\Data\OptionSourceInterface;
use Magento\Store\Model\StoreManagerInterface;
use Tpay\Magento2\Api\TpayConfigInterface;
Expand Down

0 comments on commit 6085851

Please sign in to comment.