Completed
Pull Request — develop (#1449)
by
unknown
29s
created
src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php 1 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.