Completed
Push — master ( 2b8ab9...8d0b83 )
by pablo
25s queued 16s
created
Setup/UpgradeData.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
                 );
66 66
                 foreach ($newConfigs as $config => $value) {
67 67
                     $setup->getConnection()
68
-                          ->insert($prefixedTableName, array('config' => $config, 'value' => $value));
68
+                            ->insert($prefixedTableName, array('config' => $config, 'value' => $value));
69 69
                 }
70 70
             }
71 71
 
@@ -76,14 +76,14 @@  discard block
 block discarded – undo
76 76
                 );
77 77
                 foreach ($newConfigs as $config => $value) {
78 78
                     $setup->getConnection()
79
-                          ->insert($prefixedTableName, array('config' => $config, 'value' => $value));
79
+                            ->insert($prefixedTableName, array('config' => $config, 'value' => $value));
80 80
                 }
81 81
                 $setup->getConnection()
82
-                      ->update(
83
-                          $prefixedTableName,
84
-                          array('value' => 'sdk.simulator.types.PRODUCT_PAGE'),
85
-                          "config='PAGANTIS_SIMULATOR_DISPLAY_TYPE'"
86
-                      );
82
+                        ->update(
83
+                            $prefixedTableName,
84
+                            array('value' => 'sdk.simulator.types.PRODUCT_PAGE'),
85
+                            "config='PAGANTIS_SIMULATOR_DISPLAY_TYPE'"
86
+                        );
87 87
 
88 88
             }
89 89
 
@@ -97,14 +97,14 @@  discard block
 block discarded – undo
97 97
                 );
98 98
                 foreach ($newConfigs as $config => $value) {
99 99
                     $setup->getConnection()
100
-                          ->insert($prefixedTableName, array('config' => $config, 'value' => $value));
100
+                            ->insert($prefixedTableName, array('config' => $config, 'value' => $value));
101 101
                 }
102 102
                 $setup->getConnection()
103
-                      ->update(
104
-                          $prefixedTableName,
105
-                          array('value' => 'Instant financing'),
106
-                          "config='PAGANTIS_TITLE'"
107
-                      );
103
+                        ->update(
104
+                            $prefixedTableName,
105
+                            array('value' => 'Instant financing'),
106
+                            "config='PAGANTIS_TITLE'"
107
+                        );
108 108
             }
109 109
 
110 110
             if (version_compare($context->getVersion(), '8.6.1') < 0) {
Please login to merge, or discard this patch.