@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -63,7 +63,7 @@ |
||
63 | 63 | $customer->save(); |
64 | 64 | $output->writeln('<info>Password successfully changed</info>'); |
65 | 65 | } catch (Exception $e) { |
66 | - $output->writeln('<error>' . $e->getMessage() . '</error>'); |
|
66 | + $output->writeln('<error>'.$e->getMessage().'</error>'); |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |
@@ -18,7 +18,7 @@ |
||
18 | 18 | 'format', |
19 | 19 | null, |
20 | 20 | InputOption::VALUE_OPTIONAL, |
21 | - 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']' |
|
21 | + 'Output Format. One of ['.implode(',', RendererFactory::getFormats()).']' |
|
22 | 22 | ) |
23 | 23 | ; |
24 | 24 |