Completed
Pull Request — 2.0 (#1055)
by Paweł
09:09
created
src/SWP/Bundle/CoreBundle/EventListener/ImageToWebpConversionListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
         $tenantId = $this->tenantContext->getTenant()->getId();
53 53
 
54
-        $this->eventDispatcher->addListener(PackageEvents::PACKAGE_PROCESSED, function (GenericEvent $event) use ($rendition, $tenantId) {
54
+        $this->eventDispatcher->addListener(PackageEvents::PACKAGE_PROCESSED, function(GenericEvent $event) use ($rendition, $tenantId) {
55 55
             $this->imageConversionProducer->publish(serialize([
56 56
                 'image' => $rendition->getImage(),
57 57
                 'tenantId' => $tenantId,
Please login to merge, or discard this patch.