Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
OrganizationBundle/Tests/Unit/Form/Handler/BusinessUnitHandlerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 use Symfony\Component\Form\FormInterface;
5 5
 use Symfony\Component\HttpFoundation\Request;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Oro\Bundle\UserBundle\Entity\User;
9
-
10 8
 use Oro\Bundle\OrganizationBundle\Entity\BusinessUnit;
11 9
 use Oro\Bundle\OrganizationBundle\Form\Handler\BusinessUnitHandler;
12 10
 
Please login to merge, or discard this patch.
OrganizationBundle/Tests/Unit/Form/Type/OrganizationSelectTypeTest.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\OrganizationBundle\Tests\Unit\Form\Type;
4 4
 
5 5
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
6
-
7 6
 use Oro\Bundle\OrganizationBundle\Form\Type\OrganizationSelectType;
8 7
 
9 8
 class OrganizationSelectTypeTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
src/Oro/Bundle/OrganizationBundle/Twig/OwnerTypeExtension.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param object $entity
43
+     * @param \Oro\Bundle\OrganizationBundle\Entity\BusinessUnit $entity
44 44
      * @return string
45 45
      */
46 46
     public function getOwnerType($entity)
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @param object $entity
58
+     * @param \Oro\Bundle\OrganizationBundle\Tests\Unit\Fixture\Entity\Entity $entity
59 59
      *
60 60
      * @return null|object
61 61
      */
Please login to merge, or discard this 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\OrganizationBundle\Twig;
4 4
 
5 5
 use Oro\Bundle\EntityConfigBundle\Provider\ConfigProvider;
6
-
7 6
 use Oro\Bundle\SecurityBundle\Owner\EntityOwnerAccessor;
8 7
 use Symfony\Component\Security\Core\Util\ClassUtils;
9 8
 
Please login to merge, or discard this patch.
Oro/Bundle/PlatformBundle/Migrations/Schema/OroPlatformBundleInstaller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Doctrine\DBAL\Schema\Comparator;
8 8
 use Doctrine\DBAL\Schema\Schema;
9 9
 use Doctrine\DBAL\Types\Type;
10
-
11 10
 use Oro\Bundle\MigrationBundle\Migration\Extension\DatabasePlatformAwareInterface;
12 11
 use Oro\Bundle\MigrationBundle\Migration\Installation;
13 12
 use Oro\Bundle\MigrationBundle\Migration\QueryBag;
Please login to merge, or discard this patch.
src/Oro/Bundle/PlatformBundle/Tests/Unit/Maintenance/ModeTest.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\PlatformBundle\Maintenance;
4 4
 
5 5
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
6
-
7 6
 use Lexik\Bundle\MaintenanceBundle\Drivers\DatabaseDriver;
8 7
 
9 8
 class ModeTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
QueryDesignerBundle/Controller/Api/Rest/QueryDesignerEntityController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -8,11 +8,8 @@
 block discarded – undo
8 8
 use FOS\RestBundle\Routing\ClassResourceInterface;
9 9
 use FOS\RestBundle\Controller\Annotations\QueryParam;
10 10
 use FOS\RestBundle\Util\Codes;
11
-
12 11
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
13
-
14 12
 use Symfony\Component\HttpFoundation\Response;
15
-
16 13
 use Oro\Bundle\EntityBundle\Exception\InvalidEntityException;
17 14
 use Oro\Bundle\EntityBundle\Provider\EntityWithFieldsProvider;
18 15
 
Please login to merge, or discard this patch.
Oro/Bundle/QueryDesignerBundle/Grid/Extension/OrmDatasourceExtension.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\QueryDesignerBundle\Grid\Extension;
4 4
 
5 5
 use Doctrine\ORM\QueryBuilder;
6
-
7 6
 use Oro\Bundle\DataGridBundle\Datagrid\Builder;
8 7
 use Oro\Bundle\DataGridBundle\Datagrid\ParameterBag;
9 8
 use Oro\Bundle\DataGridBundle\Extension\AbstractExtension;
Please login to merge, or discard this patch.
src/Oro/Bundle/QueryDesignerBundle/Model/Grouping.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * Get column names
24 24
      *
25
-     * @return string
25
+     * @return string[]
26 26
      */
27 27
     public function getColumnNames()
28 28
     {
Please login to merge, or discard this patch.
Oro/Bundle/QueryDesignerBundle/QueryDesigner/GroupingOrmQueryConverter.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\Bridge\Doctrine\ManagerRegistry;
6 6
 use Symfony\Component\PropertyAccess\PropertyAccess;
7 7
 use Symfony\Component\PropertyAccess\PropertyAccessor;
8
-
9 8
 use Oro\Bundle\EntityBundle\Provider\VirtualFieldProviderInterface;
10 9
 use Oro\Bundle\QueryDesignerBundle\Model\AbstractQueryDesigner;
11 10
 
Please login to merge, or discard this patch.