Completed
Push — develop ( 28eb99...c33e4f )
by Tom
04:35
created
src/N98/Magento/Command/Eav/Attribute/Create/DummyCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@
 block discarded – undo
284 284
                     $attribute->setData('option', array('value' => array('option' => array($value, $value))));
285 285
                     $attribute->save();
286 286
                 } catch (Exceptionn $e) {
287
-                    $output->writeln("<error>".$e->getMessage()."</error>");
287
+                    $output->writeln("<error>" . $e->getMessage() . "</error>");
288 288
                 }
289 289
                 $output->writeln("<comment>ATTRIBUTE VALUE: '" . $value . "' ADDED!</comment>");
290 290
             }
Please login to merge, or discard this patch.