Passed
Push — master ( d4cea1...be0a07 )
by Alexander
02:48
created
src/SemanticVersionUpdater.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
             if (!$this->debug) {
218 218
                 throw new UncommittedException();
219 219
             }
220
-            echo PHP_EOL,'WARNING: there are uncommitted changes.', PHP_EOL, PHP_EOL;
220
+            echo PHP_EOL, 'WARNING: there are uncommitted changes.', PHP_EOL, PHP_EOL;
221 221
         }
222 222
     }
223 223
 
Please login to merge, or discard this patch.