Skip to content

Commit 2335114

Browse files
committed
Fix CS
1 parent d04a617 commit 2335114

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Consumer/CreateThumbnailConsumer.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use Sonata\NotificationBundle\Exception\HandlingException;
2020

2121
use Symfony\Component\DependencyInjection\ContainerInterface;
22+
use Sonata\NotificationBundle\Backend\BackendInterface;
2223

2324
class CreateThumbnailConsumer implements ConsumerInterface
2425
{
@@ -41,9 +42,7 @@ public function __construct(MediaManagerInterface $mediaManager, Pool $pool, Con
4142
}
4243

4344
/**
44-
* @param \Sonata\NotificationBundle\Consumer\ConsumerEvent $event
45-
*
46-
* @return void
45+
* {@inheritdoc}
4746
*/
4847
public function process(ConsumerEvent $event)
4948
{
@@ -66,9 +65,9 @@ public function process(ConsumerEvent $event)
6665
}
6766

6867
/**
69-
* @param \Sonata\NotificationBundle\Consumer\ConsumerEvent $event
68+
* @param ConsumerEvent $event
7069
*
71-
* @return \Sonata\MediaBundle\Thumbnail\ThumbnailInterface
70+
* @return ThumbnailInterface
7271
*/
7372
protected function getThumbnail(ConsumerEvent $event)
7473
{

0 commit comments

Comments
 (0)