We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f485aee commit 5cd6988Copy full SHA for 5cd6988
src/Queue/RabbitMQQueue.php
@@ -278,7 +278,7 @@ public function getChannel(): AMQPChannel
278
* Gets the Job class from config or returns the default job class
279
* when the job class does not extend the default job class an exception is thrown.
280
*
281
- * @return array|\ArrayAccess|mixed
+ * @return string
282
* @throws \Throwable
283
*/
284
public function getJobClass()
0 commit comments