Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
src/Oro/Bundle/DataGridBundle/Extension/MassAction/MassActionDispatcher.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 Doctrine\ORM\Query;
6 6
 use Doctrine\ORM\QueryBuilder;
7
-
8 7
 use Symfony\Component\DependencyInjection\ContainerInterface;
9 8
 use Symfony\Component\HttpFoundation\File\Exception\UnexpectedTypeException;
10 9
 use Symfony\Component\HttpFoundation\Request;
11
-
12 10
 use Oro\Bundle\DataGridBundle\Datagrid\Builder;
13 11
 use Oro\Bundle\DataGridBundle\Datagrid\Manager;
14 12
 use Oro\Bundle\DataGridBundle\Datagrid\DatagridInterface;
Please login to merge, or discard this patch.
src/Oro/Bundle/DataGridBundle/Extension/Pager/OrmPagerExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
      * @param string $paramName
140 140
      * @param mixed $default
141 141
      *
142
-     * @return mixed
142
+     * @return integer
143 143
      */
144 144
     protected function getOr($paramName, $default = null)
145 145
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/DataGridBundle/Extension/Toolbar/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
6 6
 use Symfony\Component\Config\Definition\ConfigurationInterface;
7
-
8 7
 use Oro\Bundle\ConfigBundle\Config\ConfigManager;
9 8
 
10 9
 class Configuration implements ConfigurationInterface
Please login to merge, or discard this patch.
src/Oro/Bundle/DataGridBundle/Form/Handler/GridViewApiHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Oro\Bundle\DataGridBundle\Form\Handler;
4 4
 
5 5
 use Doctrine\Bundle\DoctrineBundle\Registry;
6
-
7 6
 use Symfony\Component\Form\FormInterface;
8 7
 use Symfony\Component\HttpFoundation\Request;
9
-
10 8
 use Oro\Bundle\DataGridBundle\Entity\GridView;
11 9
 
12 10
 class GridViewApiHandler
Please login to merge, or discard this patch.
src/Oro/Bundle/DataGridBundle/Provider/SystemAwareResolver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
6 6
 use Symfony\Component\DependencyInjection\ContainerInterface;
7
-
8 7
 use Oro\Bundle\UIBundle\Tools\ArrayUtils;
9 8
 
10 9
 class SystemAwareResolver implements ContainerAwareInterface
Please login to merge, or discard this patch.
Oro/Bundle/DataGridBundle/Tests/Functional/DataFixtures/LoadUserData.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 Doctrine\Common\Collections\ArrayCollection;
6 6
 use Doctrine\Common\DataFixtures\AbstractFixture;
7 7
 use Doctrine\Common\Persistence\ObjectManager;
8
-
9 8
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
10 9
 use Symfony\Component\DependencyInjection\ContainerInterface;
11 10
 
Please login to merge, or discard this patch.
Bundle/DataGridBundle/Tests/Unit/Datagrid/ColumnOptionsGuesserChainTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
         $this->doTestGuess('guessFilter');
73 73
     }
74 74
 
75
+    /**
76
+     * @param string $guessMethodName
77
+     */
75 78
     public function doTestGuess($guessMethodName)
76 79
     {
77 80
         $class    = 'TestClass';
Please login to merge, or discard this patch.
Oro/Bundle/DataGridBundle/Tests/Unit/Datasource/Orm/OrmDatasourceTest.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -99,6 +99,9 @@
 block discarded – undo
99 99
         );
100 100
     }
101 101
 
102
+    /**
103
+     * @param string $entityClass
104
+     */
102 105
     protected function prepareEntityManagerForTestHints($entityClass)
103 106
     {
104 107
         $connection = $this->getMockBuilder('Doctrine\DBAL\Connection')
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\ORM\Configuration;
7 7
 use Doctrine\ORM\Mapping\ClassMetadata;
8 8
 use Doctrine\DBAL\Platforms\MySqlPlatform;
9
-
10 9
 use Oro\Bundle\DataGridBundle\Datasource\Orm\OrmDatasource;
11 10
 use Oro\Bundle\EntityBundle\ORM\QueryHintResolver;
12 11
 
Please login to merge, or discard this patch.
src/Oro/Bundle/DataGridBundle/Tests/Unit/Twig/DataGridExtensionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Oro\Bundle\DataGridBundle\Datagrid\DatagridInterface;
6 6
 use Symfony\Component\Routing\RouterInterface;
7
-
8 7
 use Oro\Bundle\DataGridBundle\Datagrid\Builder;
9 8
 use Oro\Bundle\DataGridBundle\Datagrid\ManagerInterface;
10 9
 use Oro\Bundle\DataGridBundle\Datagrid\NameStrategyInterface;
Please login to merge, or discard this patch.