@@ -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); |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use phpbu\App\Backup\Cli; |
5 | 5 | use phpbu\App\Backup\Crypter; |
6 | 6 | use phpbu\App\Backup\Target; |
7 | -use phpbu\App\Cli\Executable; |
|
8 | 7 | use phpbu\App\Result; |
9 | 8 | use phpbu\App\Util; |
10 | 9 |
@@ -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 |