Completed
Pull Request — master (#848)
by Paweł
19:58
created
src/SWP/Bundle/ContentBundle/Controller/ContentPushController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use Hoa\Mime\Mime;
20 20
 use SWP\Component\Bridge\Events;
21 21
 use Nelmio\ApiDocBundle\Annotation\Operation;
22
-use Nelmio\ApiDocBundle\Annotation\Model;
23 22
 use Swagger\Annotations as SWG;
24 23
 use SWP\Bundle\ContentBundle\Form\Type\MediaFileType;
25 24
 use SWP\Bundle\ContentBundle\Model\ArticleMedia;
Please login to merge, or discard this patch.
src/SWP/Bundle/ContentBundle/Controller/RelatedArticleController.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\ContentBundle\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\ContentBundle\Model\ArticleInterface;
23 22
 use SWP\Component\Common\Criteria\Criteria;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/ArticleSourceController.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\Component\Common\Criteria\Criteria;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/ContentListItemController.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\ArticleEvents;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/CurrentThemeController.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\Context\ScopeContextInterface;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/ExternalDataController.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 Superdesk\ContentApiSdk\Exception\InvalidDataException;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/FbApplicationController.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\FacebookApplicationType;
Please login to merge, or discard this patch.
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.