Skip to content

Commit

Permalink
fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Dec 16, 2017
1 parent 6262782 commit 93da832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "MIT",
"keywords": ["messaging", "queue", "amqp", "magento", "rabbitmq", "kafka", "redis", "sqs", "google-pubsub", "amazon-sqs", "gearman", "beanstalk"],
"require": {
"enqueue/enqueue": "^0.3",
"enqueue/simple-client": "^0.3"
"enqueue/enqueue": "^0.8",
"enqueue/simple-client": "^0.8"
},
"extra":{
"map": [
Expand Down
6 changes: 3 additions & 3 deletions src/Enqueue/Enqueue/Helper/Data.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

use Enqueue\Client\Message;
use Enqueue\Psr\PsrProcessor;
use Enqueue\SimpleClient\SimpleClient;
use Interop\Queue\PsrProcessor;

class Enqueue_Enqueue_Helper_Data extends Mage_Core_Helper_Data
{
/**
* @var \Enqueue\Client\SimpleClient
* @var SimpleClient
*/
private $client;

Expand Down Expand Up @@ -56,7 +56,7 @@ public function getProducer()
}

/**
* @return \Enqueue\Client\SimpleClient
* @return SimpleClient
*/
public function getClient()
{
Expand Down

0 comments on commit 93da832

Please sign in to comment.