@@ -272,9 +272,9 @@ |
||
| 272 | 272 | |
| 273 | 273 | |
| 274 | 274 | /** |
| 275 | - * @param $major |
|
| 276 | - * @param $sub |
|
| 277 | - * @param $minor |
|
| 275 | + * @param integer $major |
|
| 276 | + * @param integer $sub |
|
| 277 | + * @param integer $minor |
|
| 278 | 278 | * |
| 279 | 279 | * @return bool |
| 280 | 280 | */ |
@@ -236,7 +236,7 @@ |
||
| 236 | 236 | */ |
| 237 | 237 | public function setDocumentIndexOption(FilesDocument $document, string $option) { |
| 238 | 238 | $document->getIndex() |
| 239 | - ->addOption('_' . $option, (string)$this->getAppValue($option)); |
|
| 239 | + ->addOption('_'.$option, (string)$this->getAppValue($option)); |
|
| 240 | 240 | } |
| 241 | 241 | |
| 242 | 242 | |
@@ -222,7 +222,7 @@ |
||
| 222 | 222 | foreach ($mounts as $path => $mount) { |
| 223 | 223 | $mountPoint = new MountPoint(); |
| 224 | 224 | $mountPoint->setId($this->getInt('id', $mount, -1)) |
| 225 | - ->setPath('/' . $userId . '/files/' . $mount['mount_point']) |
|
| 225 | + ->setPath('/'.$userId.'/files/'.$mount['mount_point']) |
|
| 226 | 226 | ->setGroups(array_keys($mount['groups'])); |
| 227 | 227 | $mountPoints[] = $mountPoint; |
| 228 | 228 | } |