@@ -313,7 +313,7 @@ |
||
313 | 313 | } |
314 | 314 | |
315 | 315 | /** |
316 | - * @param array $execs |
|
316 | + * @param string[] $execs |
|
317 | 317 | * @param string $fileName |
318 | 318 | * @param InputInterface $input |
319 | 319 | * @param OutputInterface $output |
@@ -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 | } |