@@ -284,7 +284,7 @@ |
||
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 | } |