From d1e17e78b7f519cd66c57dd84b5cfff614a33fd7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 27 Nov 2024 10:54:15 +0100 Subject: fix(activity): Fix activity object type warnings Signed-off-by: Joas Schilling --- lib/public/TaskProcessing/ISynchronousProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/TaskProcessing') diff --git a/lib/public/TaskProcessing/ISynchronousProvider.php b/lib/public/TaskProcessing/ISynchronousProvider.php index 8cd504af189..d7e42684df5 100644 --- a/lib/public/TaskProcessing/ISynchronousProvider.php +++ b/lib/public/TaskProcessing/ISynchronousProvider.php @@ -28,7 +28,7 @@ interface ISynchronousProvider extends IProvider { * @param callable(float):bool $reportProgress Report the task progress. If this returns false, that means the task was cancelled and processing should be stopped. * @psalm-return array|numeric|string> * @throws ProcessingException - *@since 30.0.0 + * @since 30.0.0 */ public function process(?string $userId, array $input, callable $reportProgress): array; } -- cgit v1.2.3