Skip to content

Commit 45eb281

Browse files
committed
Merge remote-tracking branch 'mpi/MAGETWO-89045' into 2.2.4-PR-part-1
2 parents e0c5af3 + a7d4180 commit 45eb281

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/code/Magento/Payment/Model/Method/Logger.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
namespace Magento\Payment\Model\Method;
77

8-
use Magento\Payment\Gateway\ConfigInterface;
98
use Psr\Log\LoggerInterface;
109

1110
/**
@@ -24,17 +23,17 @@ class Logger
2423
protected $logger;
2524

2625
/**
27-
* @var ConfigInterface
26+
* @var \Magento\Payment\Gateway\ConfigInterface
2827
*/
2928
private $config;
3029

3130
/**
3231
* @param LoggerInterface $logger
33-
* @param ConfigInterface $config
32+
* @param \Magento\Payment\Gateway\ConfigInterface $config
3433
*/
3534
public function __construct(
3635
LoggerInterface $logger,
37-
ConfigInterface $config = null
36+
\Magento\Payment\Gateway\ConfigInterface $config = null
3837
) {
3938
$this->logger = $logger;
4039
$this->config = $config;

0 commit comments

Comments
 (0)