Passed
Pull Request — master (#16)
by
unknown
15:25
created
Setup/UpgradeData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         //Allow symlinks for product simulator. Admin menu: Stores->Configuration->Advanced->Developer->Template
45 45
         $setup->getConnection()->insert(
46 46
             'core_config_data',
47
-            array('value'=>1, 'path'=>'dev/template/allow_symlink','scope'=>'default')
47
+            array('value'=>1, 'path'=>'dev/template/allow_symlink', 'scope'=>'default')
48 48
         );
49 49
 
50 50
         $setup->endSetup();
Please login to merge, or discard this patch.
Test/Buy/PaylaterMgBuyRegisteredTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         $this->assertNotEmpty($orderUrl);
64 64
 
65 65
         $orderArray = explode('/', $orderUrl);
66
-        $magentoOrderId = (int)$orderArray['8'];
66
+        $magentoOrderId = (int) $orderArray['8'];
67 67
         $this->assertNotEmpty($magentoOrderId);
68 68
         $notifyUrl = sprintf(
69 69
             "%s%s%s%s%s%s",
Please login to merge, or discard this patch.