Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
src/Oro/Bundle/ReminderBundle/Twig/ReminderExtension.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\ReminderBundle\Twig;
4 4
 
5 5
 use Symfony\Component\Security\Core\SecurityContext;
6
-
7 6
 use Doctrine\ORM\EntityManager;
8
-
9 7
 use Oro\Bundle\UserBundle\Entity\User;
10 8
 use Oro\Bundle\ReminderBundle\Model\WebSocket\MessageParamsProvider;
11 9
 
Please login to merge, or discard this patch.
src/Oro/Bundle/ReportBundle/EventListener/NavigationListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\ReportBundle\EventListener;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Knp\Menu\ItemInterface;
8
-
9 7
 use Oro\Bundle\EntityConfigBundle\Config\Config;
10 8
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
11 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
Please login to merge, or discard this patch.
src/Oro/Bundle/ReportBundle/Grid/BaseReportConfigurationBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
26
+     * @param string $gridName
26 27
      */
27 28
     public function isApplicable($gridName)
28 29
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/ReportBundle/Tests/Functional/ControllersTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\ReportBundle\Tests\Functional;
4 4
 
5 5
 use Symfony\Component\DomCrawler\Form;
6
-
7 6
 use Oro\Bundle\ReportBundle\Entity\Report;
8 7
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
9 8
 
Please login to merge, or discard this patch.
src/Oro/Bundle/RequireJSBundle/Provider/Config.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * @param ContainerInterface $container
45 45
      * @param EngineInterface $templating
46
-     * @param $template
46
+     * @param string $template
47 47
      */
48 48
     public function __construct(ContainerInterface $container, EngineInterface $templating, $template)
49 49
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,9 +6,7 @@
 block discarded – undo
6 6
 use Symfony\Component\Yaml\Yaml;
7 7
 use Symfony\Component\Templating\TemplateReferenceInterface;
8 8
 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface;
9
-
10 9
 use Doctrine\Common\Cache\CacheProvider;
11
-
12 10
 use Oro\Bundle\UIBundle\Tools\ArrayUtils;
13 11
 
14 12
 class Config
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Command/IndexCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Symfony\Component\Console\Input\InputArgument;
7 7
 use Symfony\Component\Console\Input\InputInterface;
8 8
 use Symfony\Component\Console\Output\OutputInterface;
9
-
10 9
 use Doctrine\ORM\EntityManager;
11 10
 
12 11
 class IndexCommand extends ContainerAwareCommand
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Controller/Api/SearchAdvancedController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,12 +3,10 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\SearchBundle\Controller\Api;
4 4
 
5 5
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
6
-
7 6
 use FOS\RestBundle\Controller\FOSRestController;
8 7
 use FOS\RestBundle\View\View;
9 8
 use FOS\RestBundle\Controller\Annotations\RouteResource;
10 9
 use FOS\RestBundle\Controller\Annotations\NamePrefix;
11
-
12 10
 use Oro\Bundle\SearchBundle\Event\PrepareResultItemEvent;
13 11
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
14 12
 
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/Controller/SearchController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,11 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
6 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
7
-
8 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
9 8
 use Symfony\Component\HttpFoundation\JsonResponse;
10 9
 use Symfony\Component\HttpFoundation\Request;
11
-
12 10
 use Oro\Bundle\SearchBundle\Provider\ResultStatisticsProvider;
13 11
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
14 12
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
Please login to merge, or discard this patch.
src/Oro/Bundle/SearchBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Symfony\Component\Config\Definition\Builder\NodeBuilder;
6 6
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
7 7
 use Symfony\Component\Config\Definition\ConfigurationInterface;
8
-
9 8
 use Oro\Bundle\SearchBundle\Query\Mode;
10 9
 use Oro\Bundle\SearchBundle\Query\Query;
11 10
 use Oro\Bundle\SearchBundle\Engine\Indexer;
Please login to merge, or discard this patch.