diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-24 11:40:56 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-02-07 11:23:32 +0100 |
commit | 028c225d96d5aac9789aed68082b5177a7f66563 (patch) | |
tree | 7ddde905316551427916da04334d9ce7687cb386 /lib/private/Files/View.php | |
parent | db80ac02b0a9bf9ab4156884e24466afa19cfdff (diff) | |
download | nextcloud-server-028c225d96d5aac9789aed68082b5177a7f66563.tar.gz nextcloud-server-028c225d96d5aac9789aed68082b5177a7f66563.zip |
Fix psalm errors
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/private/Files/View.php')
-rw-r--r-- | lib/private/Files/View.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 08f83fd755f..f79a992c773 100644 --- a/lib/private/Files/View.php +++ b/lib/private/Files/View.php @@ -1372,9 +1372,8 @@ class View { * get the filesystem info * * @param string $path - * @param boolean|string $includeMountPoints true to add mountpoint sizes, + * @param bool|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|false False if file does not exist */ public function getFileInfo($path, $includeMountPoints = true) { |