@@ -33,7 +33,7 @@ |
||
| 33 | 33 | |
| 34 | 34 | $started = time(); |
| 35 | 35 | |
| 36 | - while(true) |
|
| 36 | + while (true) |
|
| 37 | 37 | { |
| 38 | 38 | if (!$this->storageAdapter->exists($lockFileName)) |
| 39 | 39 | { |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | |
| 74 | 74 | $configuration->addVault($vaultConfig); |
| 75 | 75 | } |
| 76 | - while($this->consoleStyle->choice('Add another vault?', ['y', 'n'], 'n') === 'y'); |
|
| 76 | + while ($this->consoleStyle->choice('Add another vault?', ['y', 'n'], 'n') === 'y'); |
|
| 77 | 77 | |
| 78 | 78 | |
| 79 | 79 | $skipDefaults = !$input->getOption('writeDefaults'); |