Completed
Pull Request — master (#87)
by Wachter
02:40
created
src/Core/Server/Command/Ssh/SshBackupCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
         $this->connection->executeNanbando(
58 58
             'backup',
59 59
             $parameters,
60
-            function ($line) use (&$result) {
60
+            function($line) use (&$result) {
61 61
                 $this->output->write($line);
62 62
 
63 63
                 $result .= $line;
Please login to merge, or discard this patch.