Fix docblock for return type

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2022-05-27 20:05:46 +02:00
parent ec96aa527b
commit f399fd41ec
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
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();