Skip to content

Commit f14da84

Browse files
committed
- size blank method
1 parent 2f06374 commit f14da84

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Queue/AMQPQueue.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,4 +310,14 @@ public function pop($queue = null)
310310

311311
return null;
312312
}
313+
314+
/**
315+
* Get the size of the queue.
316+
*
317+
* @param string $queue
318+
* @return int
319+
*/
320+
public function size($queue = null)
321+
{
322+
}
313323
}

0 commit comments

Comments
 (0)