Completed
Pull Request — master (#848)
by Paweł
19:58
created
src/SWP/Bundle/CoreBundle/Controller/PackagePreviewController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace SWP\Bundle\CoreBundle\Controller;
18 18
 
19 19
 use Nelmio\ApiDocBundle\Annotation\Operation;
20
-use Nelmio\ApiDocBundle\Annotation\Model;
21 20
 use Swagger\Annotations as SWG;
22 21
 use Symfony\Component\Routing\Annotation\Route;
23 22
 use SWP\Bundle\ContentBundle\ArticleEvents;
Please login to merge, or discard this patch.
SWP/Bundle/CoreBundle/Controller/RelatedArticleOrganizationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace SWP\Bundle\CoreBundle\Controller;
18 18
 
19 19
 use Nelmio\ApiDocBundle\Annotation\Operation;
20
-use Nelmio\ApiDocBundle\Annotation\Model;
21 20
 use Swagger\Annotations as SWG;
22 21
 use SWP\Bundle\CoreBundle\Model\PackageInterface;
23 22
 use SWP\Bundle\CoreBundle\Model\RelatedArticleList;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/SeoMetadataController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use Doctrine\Common\Persistence\ObjectManager;
8 8
 use Nelmio\ApiDocBundle\Annotation\Operation;
9
-use Nelmio\ApiDocBundle\Annotation\Model;
10 9
 use Swagger\Annotations as SWG;
11 10
 use SWP\Bundle\CoreBundle\Service\SeoImageUploaderInterface;
12 11
 use SWP\Bundle\SeoBundle\Form\Type\SeoMetadataType;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/SlideshowController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 namespace SWP\Bundle\CoreBundle\Controller;
16 16
 
17 17
 use Nelmio\ApiDocBundle\Annotation\Operation;
18
-use Nelmio\ApiDocBundle\Annotation\Model;
19 18
 use Swagger\Annotations as SWG;
20 19
 use Symfony\Component\Routing\Annotation\Route;
21 20
 use SWP\Bundle\ContentBundle\Model\ArticleInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/SlideshowItemController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 namespace SWP\Bundle\CoreBundle\Controller;
16 16
 
17 17
 use Nelmio\ApiDocBundle\Annotation\Operation;
18
-use Nelmio\ApiDocBundle\Annotation\Model;
19 18
 use Swagger\Annotations as SWG;
20 19
 use Symfony\Component\Routing\Annotation\Route;
21 20
 use SWP\Bundle\ContentBundle\Model\SlideshowInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/SubscriptionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 namespace SWP\Bundle\CoreBundle\Controller;
18 18
 
19 19
 use Nelmio\ApiDocBundle\Annotation\Operation;
20
-use Nelmio\ApiDocBundle\Annotation\Model;
21 20
 use Swagger\Annotations as SWG;
22 21
 use Symfony\Component\Routing\Annotation\Route;
23 22
 use SWP\Bundle\CoreBundle\Model\UserInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/ThemesController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,14 +17,12 @@
 block discarded – undo
17 17
 use Knp\Component\Pager\Pagination\SlidingPagination;
18 18
 use SWP\Bundle\CoreBundle\Form\Type\ThemeInstallType;
19 19
 use SWP\Bundle\CoreBundle\Form\Type\ThemeUploadType;
20
-use SWP\Bundle\CoreBundle\Model\Tenant;
21 20
 use SWP\Bundle\CoreBundle\Model\TenantInterface;
22 21
 use SWP\Bundle\CoreBundle\Theme\Helper\ThemeHelper;
23 22
 use SWP\Component\Common\Response\ResponseContext;
24 23
 use SWP\Component\Common\Response\SingleResourceResponse;
25 24
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
26 25
 use Nelmio\ApiDocBundle\Annotation\Operation;
27
-use Nelmio\ApiDocBundle\Annotation\Model;
28 26
 use Swagger\Annotations as SWG;
29 27
 use Symfony\Component\Routing\Annotation\Route;
30 28
 use SWP\Component\Common\Response\ResourcesListResponse;
Please login to merge, or discard this patch.
src/SWP/Bundle/SettingsBundle/Controller/SettingsController.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\Component\Common\Response\SingleResourceResponse;
25 25
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
26 26
 use Nelmio\ApiDocBundle\Annotation\Operation;
27
-use Nelmio\ApiDocBundle\Annotation\Model;
28 27
 use Swagger\Annotations as SWG;
29 28
 use Symfony\Component\HttpFoundation\Request;
30 29
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
Please login to merge, or discard this patch.
src/SWP/Bundle/UserBundle/Controller/ProfileController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use FOS\UserBundle\FOSUserEvents;
22 22
 use FOS\UserBundle\Model\UserManagerInterface;
23 23
 use Nelmio\ApiDocBundle\Annotation\Operation;
24
-use Nelmio\ApiDocBundle\Annotation\Model;
25 24
 use Swagger\Annotations as SWG;
26 25
 use SWP\Bundle\UserBundle\Form\Type\ProfileFormType;
27 26
 use SWP\Bundle\UserBundle\Model\UserInterface;
Please login to merge, or discard this patch.