@@ -254,7 +254,7 @@ discard block |
||
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 |
||
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); |
@@ -101,7 +101,7 @@ |
||
101 | 101 | public function simulate(Target $target, Result $result) |
102 | 102 | { |
103 | 103 | $result->debug( |
104 | - 'sync backup to ' . $this->getProtocolName() .' server' . PHP_EOL |
|
104 | + 'sync backup to ' . $this->getProtocolName() . ' server' . PHP_EOL |
|
105 | 105 | . ' host: ' . $this->host . PHP_EOL |
106 | 106 | . ' user: ' . $this->user . PHP_EOL |
107 | 107 | . ' password: ********' . PHP_EOL |