Skip to content

Commit

Permalink
Fix return type of method ShareByCircleProvider::restore #218
Browse files Browse the repository at this point in the history
  • Loading branch information
Flávio Gomes da Silva Lisboa committed Aug 1, 2018
1 parent a377935 commit a1361a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ShareByCircleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ public function getAccessList($nodes, $currentAccess) {
*
* @since 14.0.0
*/
public function restore(IShare $share, string $recipient): Ishare {
public function restore(IShare $share, string $recipient): IShare {
return $share;
}

Expand Down

0 comments on commit a1361a7

Please sign in to comment.