@@ -137,7 +137,7 @@ |
||
| 137 | 137 | ); |
| 138 | 138 | |
| 139 | 139 | $output->writeln(''); |
| 140 | - $output->writeln('<info>Created ' . $this->exportMessages . ' export message(s)</info>'); |
|
| 140 | + $output->writeln('<info>Created '.$this->exportMessages.' export message(s)</info>'); |
|
| 141 | 141 | |
| 142 | 142 | return Cli::RETURN_SUCCESS; |
| 143 | 143 | } |
@@ -137,7 +137,7 @@ |
||
| 137 | 137 | ); |
| 138 | 138 | |
| 139 | 139 | $output->writeln(''); |
| 140 | - $output->writeln('<info>Created ' . $this->exportMessages . ' export message(s)</info>'); |
|
| 140 | + $output->writeln('<info>Created '.$this->exportMessages.' export message(s)</info>'); |
|
| 141 | 141 | |
| 142 | 142 | return Cli::RETURN_SUCCESS; |
| 143 | 143 | } |