summaryrefslogtreecommitdiffstats
path: root/lib/private/files
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-09 11:29:25 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-12-09 11:29:25 +0100
commiteb14c9dc1e2366857cb9c00551daa49c6d3f15b9 (patch)
treec1d9cbeb1d8da31fdb3e778e00e873530d8e27ab /lib/private/files
parent74e7fb14384f57199ac5a97e9338c0ffce77553d (diff)
parent61da3d530d489525fc0a6dd9575dc9ab37f1bc44 (diff)
downloadnextcloud-server-eb14c9dc1e2366857cb9c00551daa49c6d3f15b9.tar.gz
nextcloud-server-eb14c9dc1e2366857cb9c00551daa49c6d3f15b9.zip
Merge pull request #21056 from owncloud/check-return
Verify return type
Diffstat (limited to 'lib/private/files')
-rw-r--r--lib/private/files/view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/view.php b/lib/private/files/view.php
index 6abefff4198..b8b1b8a50d6 100644
--- a/lib/private/files/view.php
+++ b/lib/private/files/view.php
@@ -1253,7 +1253,7 @@ class View {
* @param boolean|string $includeMountPoints true to add mountpoint sizes,
* 'ext' to add only ext storage mount point sizes. Defaults to true.
* defaults to true
- * @return \OC\Files\FileInfo|bool False if file does not exist
+ * @return \OC\Files\FileInfo|false False if file does not exist
*/
public function getFileInfo($path, $includeMountPoints = true) {
$this->assertPathLength($path);