Completed
Pull Request — develop (#1449)
by
unknown
24s
created
src/N98/Magento/Command/AbstractMagentoStoreConfigCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
     /**
137 137
      * {@inheritdoc}
138 138
      */
139
-    public function initialize(InputInterface $input,OutputInterface $output)
139
+    public function initialize(InputInterface $input, OutputInterface $output)
140 140
     {
141 141
         // for backwards compatibility before v3.0
142 142
         if (property_exists($this, 'commandName')) {
Please login to merge, or discard this patch.