@@ -226,7 +226,7 @@ |
||
| 226 | 226 | if (count($filterAttributes) === 0) { |
| 227 | 227 | $output->writeln( |
| 228 | 228 | '<warning>No filter was specified. To delete all customer, ' . |
| 229 | - 'add the --all option</warning>' |
|
| 229 | + 'add the --all option</warning>' |
|
| 230 | 230 | ); |
| 231 | 231 | |
| 232 | 232 | return Command::FAILURE; |
@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | if (!isset($data[$settingArgument])) { |
| 113 | 113 | throw new \InvalidArgumentException('Unknown key: ' . $settingArgument); |
| 114 | 114 | } |
| 115 | - $output->writeln((string)$data[$settingArgument]); |
|
| 115 | + $output->writeln((string) $data[$settingArgument]); |
|
| 116 | 116 | |
| 117 | 117 | return Command::SUCCESS; |
| 118 | 118 | } |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | if (!isset($data[$settingArgument])) { |
| 130 | 130 | throw new \InvalidArgumentException('Unknown key: ' . $settingArgument); |
| 131 | 131 | } |
| 132 | - $output->writeln((string)$this->infos[$settingArgument]); |
|
| 132 | + $output->writeln((string) $this->infos[$settingArgument]); |
|
| 133 | 133 | } else { |
| 134 | 134 | $this->getHelper('table') |
| 135 | 135 | ->setHeaders(['name', 'value']) |