Skip to content

Commit

Permalink
fixup: fixes some interface definitions (#31005)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
  • Loading branch information
StCyr committed Feb 17, 2022
1 parent 406b7ce commit e06f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/Share/IManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function createShare(IShare $share);
* @throws \InvalidArgumentException
* @since 9.0.0
*/
public function updateShare(IShare $share, bool $sendPassword);
public function updateShare(IShare $share, bool $sendPassword = false);

/**
* Accept a share.
Expand Down

0 comments on commit e06f51e

Please sign in to comment.