Completed
Pull Request — master (#848)
by Paweł
19:58
created
src/SWP/Bundle/CoreBundle/Controller/FbiaArticleController.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\Component\Common\Criteria\Criteria;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/FbPageController.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\CoreBundle\Form\Type\FacebookPageType;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/MenuController.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\MenuBundle\MenuEvents;
Please login to merge, or discard this patch.
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.
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/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/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/UserController.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 FOS\UserBundle\Model\UserManagerInterface;
20 20
 use Nelmio\ApiDocBundle\Annotation\Operation;
21
-use Nelmio\ApiDocBundle\Annotation\Model;
22 21
 use Swagger\Annotations as SWG;
23 22
 use SWP\Bundle\UserBundle\Form\Type\UserRolesType;
24 23
 use SWP\Bundle\UserBundle\Model\UserInterface;
Please login to merge, or discard this patch.