@@ -107,8 +107,7 @@ discard block |
||
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | $table->render(); |
| 110 | - } |
|
| 111 | - else |
|
| 110 | + } else |
|
| 112 | 111 | { |
| 113 | 112 | $output->writeln('No synchronizations so far.'); |
| 114 | 113 | } |
@@ -124,8 +123,7 @@ discard block |
||
| 124 | 123 | if (count($operationCollection)) |
| 125 | 124 | { |
| 126 | 125 | $output->writeln(sprintf('<bold>There are %d outstanding operations.</bold>', count($operationCollection))); |
| 127 | - } |
|
| 128 | - else |
|
| 126 | + } else |
|
| 129 | 127 | { |
| 130 | 128 | $output->writeln('<info>Everything is up to date!</info>'); |
| 131 | 129 | } |