Completed
Push — dependabot/composer/symfony/fl... ( c20764 )
by
unknown
19:07
created
src/SWP/Bundle/CoreBundle/Serializer/TenantHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,6 +102,6 @@
 block discarded – undo
102 102
                     'href' => $this->router->generate('swp_api_core_get_tenant', ['code' => $tenantCode]),
103 103
                 ],
104 104
             ],
105
-       ];
105
+        ];
106 106
     }
107 107
 }
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/ThemesController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Nelmio\ApiDocBundle\Annotation\Model;
19 19
 use SWP\Bundle\CoreBundle\Form\Type\ThemeInstallType;
20 20
 use SWP\Bundle\CoreBundle\Form\Type\ThemeUploadType;
21
-use SWP\Bundle\CoreBundle\Model\Tenant;
22 21
 use SWP\Bundle\CoreBundle\Model\TenantInterface;
23 22
 use SWP\Bundle\CoreBundle\Theme\Helper\ThemeHelper;
24 23
 use SWP\Component\Common\Response\ResourcesListResponseInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Service/ArticleStatisticsService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use SWP\Bundle\ContentBundle\Doctrine\ArticleRepositoryInterface;
25 25
 use SWP\Bundle\ContentBundle\Model\ArticleInterface;
26 26
 use SWP\Bundle\ContentBundle\Model\RouteInterface;
27
-use SWP\Bundle\CoreBundle\Model\Article;
28 27
 use SWP\Component\Storage\Factory\FactoryInterface;
29 28
 use SWP\Component\Storage\Repository\RepositoryInterface;
30 29
 
Please login to merge, or discard this patch.