Skip to content

Commit

Permalink
Update lib/public/TextProcessing/IProviderWithUserId.php
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Veyssier <[email protected]>
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr and julien-nc authored Nov 8, 2023
1 parent 6fbf430 commit a29ed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/TextProcessing/IProviderWithUserId.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ interface IProviderWithUserId extends IProvider {
* @param ?string $userId the current user's id
* @since 28.0.0
*/
public function setUserId(?string $userId): string;
public function setUserId(?string $userId): void;
}

0 comments on commit a29ed70

Please sign in to comment.