Completed
Pull Request — master (#32)
by Blizzz
09:50
created
lib/private/Files/View.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.