@@ -81,6 +81,7 @@ |
||
| 81 | 81 | |
| 82 | 82 | /** |
| 83 | 83 | * {@inheritdoc} |
| 84 | + * @param string $id |
|
| 84 | 85 | */ |
| 85 | 86 | public function get($id) |
| 86 | 87 | { |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | { |
| 27 | 27 | $storeman->dump( |
| 28 | 28 | $input->getArgument('path'), |
| 29 | - $input->getOption( 'revision') ? (int)$input->getOption('revision') : null, |
|
| 29 | + $input->getOption('revision') ? (int)$input->getOption('revision') : null, |
|
| 30 | 30 | $input->getOption('vault'), |
| 31 | 31 | new SynchronizationProgressListener($output) |
| 32 | 32 | ); |
@@ -45,8 +45,7 @@ |
||
| 45 | 45 | /** @var Configuration $configuration */ |
| 46 | 46 | $configuration = new $className(); |
| 47 | 47 | $configuration->exchangeArray($array); |
| 48 | - } |
|
| 49 | - catch (\InvalidArgumentException $exception) |
|
| 48 | + } catch (\InvalidArgumentException $exception) |
|
| 50 | 49 | { |
| 51 | 50 | throw new ConfigurationException('', 0, $exception); |
| 52 | 51 | } |