@@ -3,9 +3,7 @@ |
||
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 |
@@ -3,9 +3,7 @@ |
||
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; |
@@ -23,6 +23,7 @@ |
||
23 | 23 | |
24 | 24 | /** |
25 | 25 | * {@inheritdoc} |
26 | + * @param string $gridName |
|
26 | 27 | */ |
27 | 28 | public function isApplicable($gridName) |
28 | 29 | { |
@@ -3,7 +3,6 @@ |
||
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 |
@@ -43,7 +43,7 @@ |
||
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 | { |
@@ -6,9 +6,7 @@ |
||
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 |
@@ -6,7 +6,6 @@ |
||
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 |
@@ -3,12 +3,10 @@ |
||
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 |
@@ -4,11 +4,9 @@ |
||
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; |
@@ -5,7 +5,6 @@ |
||
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; |