From 67c15e9346e23c99b83fddb0c6aec6b05284b816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Sun, 5 Dec 2021 12:08:08 +0100 Subject: [PATCH] Update src/Appwrite/Resque/Worker.php Co-authored-by: Christy Jacob --- src/Appwrite/Resque/Worker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Resque/Worker.php b/src/Appwrite/Resque/Worker.php index 2e598cd264..d2979fd256 100644 --- a/src/Appwrite/Resque/Worker.php +++ b/src/Appwrite/Resque/Worker.php @@ -12,7 +12,7 @@ abstract class Worker protected $errorCallbacks = []; /** - * Named array holding all information passed into worker alongside a new task. + * Associative array holding all information passed into the worker * * @return array */