Skip to content

Commit da51a99

Browse files
committed
fix comments.
1 parent 60feadf commit da51a99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Queue/CMQQueue.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public function size($queue = null)
8484
* @param string $queue
8585
*
8686
* @return mixed
87+
* @throws \ReflectionException
8788
*/
8889
public function push($job, $data = '', $queue = null)
8990
{
@@ -108,7 +109,9 @@ public function push($job, $data = '', $queue = null)
108109
* @param string $queue
109110
* @param array $options
110111
*
111-
* @return mixed
112+
* @return \Freyo\LaravelQueueCMQ\Queue\Driver\Message|array
113+
* @throws \Freyo\LaravelQueueCMQ\Queue\Driver\CMQServerNetworkException
114+
* @throws \Freyo\LaravelQueueCMQ\Queue\Driver\CMQServerException
112115
*/
113116
public function pushRaw($payload, $queue = null, array $options = [])
114117
{
@@ -141,6 +144,7 @@ public function pushRaw($payload, $queue = null, array $options = [])
141144
* @param string $queue
142145
*
143146
* @return mixed
147+
* @throws \ReflectionException
144148
*/
145149
public function later($delay, $job, $data = '', $queue = null)
146150
{

0 commit comments

Comments
 (0)