Browse Source

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

[Psalm] Fix docblock for return type
Côme Chilliet 1 year ago
parent
commit
7140201a32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/private/Files/Mount/MoveableMount.php

+ 0 - 1
lib/private/Files/Mount/MoveableMount.php

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