Skip to content

Commit 5cd6988

Browse files
committed
fixed: docblock return param
1 parent f485aee commit 5cd6988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Queue/RabbitMQQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function getChannel(): AMQPChannel
278278
* Gets the Job class from config or returns the default job class
279279
* when the job class does not extend the default job class an exception is thrown.
280280
*
281-
* @return array|\ArrayAccess|mixed
281+
* @return string
282282
* @throws \Throwable
283283
*/
284284
public function getJobClass()

0 commit comments

Comments
 (0)