aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Consumer
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Consumer')
-rw-r--r--src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php (renamed from src/Wallabag/ImportBundle/Consumer/AMPQEntryConsumer.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Consumer/AMPQEntryConsumer.php b/src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php
index d95a011d..5aaa8c03 100644
--- a/src/Wallabag/ImportBundle/Consumer/AMPQEntryConsumer.php
+++ b/src/Wallabag/ImportBundle/Consumer/AMQPEntryConsumer.php
@@ -5,7 +5,7 @@ namespace Wallabag\ImportBundle\Consumer;
5use OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface; 5use OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface;
6use PhpAmqpLib\Message\AMQPMessage; 6use PhpAmqpLib\Message\AMQPMessage;
7 7
8class AMPQEntryConsumer extends AbstractConsumer implements ConsumerInterface 8class AMQPEntryConsumer extends AbstractConsumer implements ConsumerInterface
9{ 9{
10 /** 10 /**
11 * {@inheritdoc} 11 * {@inheritdoc}