@@ -32,6 +32,9 @@ |
||
| 32 | 32 | /** @var string */ |
| 33 | 33 | private $serverMode; |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param string $serverMode |
|
| 37 | + */ |
|
| 35 | 38 | public function __construct(RemoteStorage $remoteStorage, $serverMode) |
| 36 | 39 | { |
| 37 | 40 | $this->remoteStorage = $remoteStorage; |