@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | * and does not take the chroot into account ) |
| 201 | 201 | * |
| 202 | 202 | * @param string $path |
| 203 | - * @return \OCP\Files\Mount\IMountPoint |
|
| 203 | + * @return Mount\MountPoint|null |
|
| 204 | 204 | */ |
| 205 | 205 | public function getMount($path) { |
| 206 | 206 | return Filesystem::getMountManager()->find($this->getAbsolutePath($path)); |
@@ -948,7 +948,7 @@ discard block |
||
| 948 | 948 | |
| 949 | 949 | /** |
| 950 | 950 | * @param string $path |
| 951 | - * @return bool|string |
|
| 951 | + * @return string|false |
|
| 952 | 952 | * @throws \OCP\Files\InvalidPathException |
| 953 | 953 | */ |
| 954 | 954 | public function toTmpFile($path) { |
@@ -2071,7 +2071,7 @@ discard block |
||
| 2071 | 2071 | |
| 2072 | 2072 | /** |
| 2073 | 2073 | * @param string $filename |
| 2074 | - * @return array |
|
| 2074 | + * @return string[] |
|
| 2075 | 2075 | * @throws \OC\User\NoUserException |
| 2076 | 2076 | * @throws NotFoundException |
| 2077 | 2077 | */ |