@@ -217,7 +217,7 @@ |
||
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 |