diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2022-05-30 17:05:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 17:05:50 +0200 |
commit | 7140201a322d5be30e899143a0482aaba05b7ade (patch) | |
tree | 4d287caa56bc571296917fff3727b859e296db20 /lib | |
parent | 0886437f2c333c44542b988425f497f2329a35b4 (diff) | |
parent | f399fd41ece6aa91e8a0331e2460ca54097908e2 (diff) | |
download | nextcloud-server-7140201a322d5be30e899143a0482aaba05b7ade.tar.gz nextcloud-server-7140201a322d5be30e899143a0482aaba05b7ade.zip |
Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount
[Psalm] Fix docblock for return type
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/Files/Mount/MoveableMount.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Files/Mount/MoveableMount.php b/lib/private/Files/Mount/MoveableMount.php index 7ebb7fa2c87..a7372153d75 100644 --- a/lib/private/Files/Mount/MoveableMount.php +++ b/lib/private/Files/Mount/MoveableMount.php @@ -37,7 +37,6 @@ interface MoveableMount { /** * Remove the mount points * - * @return mixed * @return bool */ public function removeMount(); |