Merge pull request #32634 from nextcloud/debt/noid/psalm-moveable-mount

[Psalm] Fix docblock for return type
This commit is contained in:
Côme Chilliet 2022-05-30 17:05:50 +02:00 committed by GitHub
commit 7140201a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ interface MoveableMount {
/**
* Remove the mount points
*
* @return mixed
* @return bool
*/
public function removeMount();