Skip to content

Commit 6737f9e

Browse files
author
Jamie Hannaford
committed
Merge pull request #619 from jamiehannaford/queues-import-stmnt
Queues import stmnt
2 parents ef3ae5b + eff8bfe commit 6737f9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/OpenCloud/Queues/Service.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use Guzzle\Http\Exception\BadResponseException;
2222
use OpenCloud\Common\Exceptions\InvalidArgumentError;
2323
use OpenCloud\Common\Service\CatalogService;
24+
use OpenCloud\Queues\Resource\Queue;
2425
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
2526

2627
/**
@@ -117,7 +118,10 @@ public function getClientId()
117118
/**
118119
* Create a new Queue.
119120
*
120-
* @param $name Name of the new queue
121+
* @param string $name Name of the new queue
122+
*
123+
* @throws InvalidArgumentError
124+
*
121125
* @return Queue
122126
*/
123127
public function createQueue($name)

0 commit comments

Comments
 (0)