Completed
Pull Request — 1.4 (#696)
by Rafał
10:31 queued 01:56
created
src/SWP/Bundle/ContentBundle/Routing/MediaRouter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -71,6 +71,9 @@
 block discarded – undo
71 71
         return 'Route for media '.$name->getValues()->getId().' not found';
72 72
     }
73 73
 
74
+    /**
75
+     * @param string $name
76
+     */
74 77
     private function getItem($name)
75 78
     {
76 79
         $values = $name->getValues();
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/EventListener/ArticlePublishListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 use SWP\Bundle\ContentBundle\Event\ArticleEvent;
20 20
 use SWP\Bundle\ContentBundle\Service\ArticleServiceInterface;
21
-use SWP\Bundle\CoreBundle\Model\Tenant;
22 21
 use SWP\Bundle\SettingsBundle\Manager\SettingsManagerInterface;
23 22
 use SWP\Component\MultiTenancy\Context\TenantContextInterface;
24 23
 
Please login to merge, or discard this patch.