Completed
Push — master ( a749fd...004a6e )
by Sebastian
03:25
created
src/Runner.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
                     $this->result->cryptSkipped($crypt);
255 255
                 } else {
256 256
                     /* @var \phpbu\App\Runner\Crypter $runner */
257
-                    $runner  = $this->factory->createRunner('crypter', $this->configuration->isSimulation());
257
+                    $runner = $this->factory->createRunner('crypter', $this->configuration->isSimulation());
258 258
                     $runner->run($this->factory->createCrypter($crypt->type, $crypt->options), $target, $this->result);
259 259
                 }
260 260
             } catch (Backup\Crypter\Exception $e) {
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
     {
277 277
         /* @var \phpbu\App\Runner\Crypter $runner */
278 278
         /* @var \phpbu\App\Configuration\Backup\Sync $sync */
279
-        $runner  = $this->factory->createRunner('sync', $this->configuration->isSimulation());
279
+        $runner = $this->factory->createRunner('sync', $this->configuration->isSimulation());
280 280
         foreach ($backup->getSyncs() as $sync) {
281 281
             try {
282 282
                 $this->result->syncStart($sync);
Please login to merge, or discard this patch.