Completed
Push — master ( 97ad9c...0b2f35 )
by Arne
03:22
created
src/Cli/Command/InfoCommand.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -107,8 +107,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.