Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update lib/public/TextProcessing/IProviderWithUserId.php
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
commit a29ed70c6cac8284f1de029b66b2798b6a16d519
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;
}