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.
2 parents ef3ae5b + eff8bfe commit 6737f9eCopy full SHA for 6737f9e
lib/OpenCloud/Queues/Service.php
@@ -21,6 +21,7 @@
21
use Guzzle\Http\Exception\BadResponseException;
22
use OpenCloud\Common\Exceptions\InvalidArgumentError;
23
use OpenCloud\Common\Service\CatalogService;
24
+use OpenCloud\Queues\Resource\Queue;
25
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
26
27
/**
@@ -117,7 +118,10 @@ public function getClientId()
117
118
119
* Create a new Queue.
120
*
- * @param $name Name of the new queue
121
+ * @param string $name Name of the new queue
122
+ *
123
+ * @throws InvalidArgumentError
124
125
* @return Queue
126
*/
127
public function createQueue($name)
0 commit comments