1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Update src/Appwrite/Resque/Worker.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Matej Bačo 2021-12-05 12:08:08 +01:00 committed by GitHub
parent c057084bee
commit 67c15e9346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/