Completed
Pull Request — develop (#1449)
by
unknown
26s
created
src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -145,10 +145,10 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
 /**
148
-     * {@inheritdoc }
149
-     * @throws Mage_Core_Model_Store_Exception
150
-     * @throws Exception
151
-     */
148
+ * {@inheritdoc }
149
+ * @throws Mage_Core_Model_Store_Exception
150
+ * @throws Exception
151
+ */
152 152
     protected function execute(InputInterface $input, OutputInterface $output): int
153 153
     {
154 154
         $this->detectMagento($output);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
     /**
130 130
      * {@inheritdoc }
131 131
      */
132
-    public function initialize(InputInterface $input,OutputInterface $output)
132
+    public function initialize(InputInterface $input, OutputInterface $output)
133 133
     {
134 134
         // for backwards compatibility before v3.0
135 135
         if (property_exists($this, 'commandName')) {
Please login to merge, or discard this patch.