Update lib/public/TextProcessing/IProviderWithUserId.php

Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/41271/head
Marcel Klehr 7 months ago committed by GitHub
parent 6fbf430fe3
commit a29ed70c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}

Loading…
Cancel
Save