Passed
Pull Request — master (#19)
by Cesar
07:29
created
Controller/Payment/LogV2.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             $secretKey = $this->getRequest()->getParam('secret');
50 50
             $privateKey = isset($this->config['pagantis_private_key']) ? $this->config['pagantis_private_key'] : null;
51 51
 
52
-            if ($secretKey!='' && $privateKey!='') {
52
+            if ($secretKey != '' && $privateKey != '') {
53 53
                 $this->checkDbLogTable();
54 54
                 /** @var \Magento\Framework\DB\Adapter\AdapterInterface $dbConnection */
55 55
                 $dbConnection = $this->dbObject->getConnection();
Please login to merge, or discard this patch.