Skip to content

Commit

Permalink
Merge pull request #619 from jamiehannaford/queues-import-stmnt
Browse files Browse the repository at this point in the history
Queues import stmnt
  • Loading branch information
Jamie Hannaford committed Aug 4, 2015
2 parents ef3ae5b + eff8bfe commit 6737f9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/OpenCloud/Queues/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
use Guzzle\Http\Exception\BadResponseException;
use OpenCloud\Common\Exceptions\InvalidArgumentError;
use OpenCloud\Common\Service\CatalogService;
use OpenCloud\Queues\Resource\Queue;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;

/**
Expand Down Expand Up @@ -117,7 +118,10 @@ public function getClientId()
/**
* Create a new Queue.
*
* @param $name Name of the new queue
* @param string $name Name of the new queue
*
* @throws InvalidArgumentError
*
* @return Queue
*/
public function createQueue($name)
Expand Down

0 comments on commit 6737f9e

Please sign in to comment.