Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
Tests/Unit/Model/Condition/HasContactInformationTest.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 OroCRM\Bundle\MarketingListBundle\Tests\Unit\Model\Condition;
4 4
 
5 5
 use Symfony\Component\PropertyAccess\PropertyPath;
6
-
7 6
 use Oro\Component\ConfigExpression\ContextAccessor;
8
-
9 7
 use OroCRM\Bundle\MarketingListBundle\Model\Condition\HasContactInformation;
10 8
 
11 9
 class HasContactInformationTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
Bundle/MarketingListBundle/Validator/ContactInformationColumnValidator.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\Validator\Constraint;
7 7
 use Symfony\Component\Validator\ConstraintValidator;
8 8
 use Symfony\Component\Validator\Exception\UnexpectedTypeException;
9
-
10 9
 use Oro\Bundle\QueryDesignerBundle\Model\AbstractQueryDesigner;
11 10
 use OroCRM\Bundle\MarketingListBundle\Model\ContactInformationFieldHelper;
12 11
 use OroCRM\Bundle\MarketingListBundle\Validator\Constraints\ContactInformationColumnConstraint;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Controller/Api/Rest/B2bCustomerController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,15 +6,12 @@
 block discarded – undo
6 6
 use FOS\RestBundle\Controller\Annotations\NamePrefix;
7 7
 use FOS\RestBundle\Controller\Annotations\QueryParam;
8 8
 use FOS\RestBundle\Controller\Annotations\RouteResource;
9
-
10 9
 use Oro\Bundle\AddressBundle\Utils\AddressApiUtils;
11 10
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
12 11
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
13 12
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
14 13
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController;
15
-
16 14
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
17
-
18 15
 use Symfony\Component\HttpFoundation\Response;
19 16
 
20 17
 /**
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Controller/Api/Rest/LeadController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,12 +7,9 @@
 block discarded – undo
7 7
 use FOS\RestBundle\Controller\Annotations\RouteResource;
8 8
 use FOS\RestBundle\Routing\ClassResourceInterface;
9 9
 use FOS\RestBundle\Util\Codes;
10
-
11 10
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
12
-
13 11
 use Symfony\Component\Form\FormInterface;
14 12
 use Symfony\Component\HttpFoundation\Response;
15
-
16 13
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
17 14
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
18 15
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Controller/Api/Rest/OpportunityController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,17 +4,13 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Form\FormInterface;
6 6
 use Symfony\Component\HttpFoundation\Response;
7
-
8 7
 use FOS\RestBundle\Controller\Annotations\NamePrefix;
9 8
 use FOS\RestBundle\Controller\Annotations\RouteResource;
10 9
 use FOS\RestBundle\Controller\Annotations\QueryParam;
11 10
 use FOS\RestBundle\Routing\ClassResourceInterface;
12
-
13 11
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
14
-
15 12
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
16 13
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
17
-
18 14
 use Oro\Bundle\SoapBundle\Form\Handler\ApiFormHandler;
19 15
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController;
20 16
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Entity/Repository/SalesFunnelRepository.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\ORM\EntityRepository;
6 6
 use Doctrine\ORM\Query;
7 7
 use Doctrine\ORM\QueryBuilder;
8
-
9 8
 use Oro\Bundle\SecurityBundle\ORM\Walker\AclHelper;
10 9
 use Oro\Bundle\WorkflowBundle\Model\Workflow;
11 10
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Entity/SalesFunnel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Entity;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-
7 6
 use Oro\Bundle\DataAuditBundle\Metadata\Annotation as Oro;
8 7
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\Config;
9 8
 use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\ConfigField;
@@ -13,7 +12,6 @@  discard block
 block discarded – undo
13 12
 use Oro\Bundle\WorkflowBundle\Entity\WorkflowStep;
14 13
 use Oro\Bundle\LocaleBundle\Model\FirstNameInterface;
15 14
 use Oro\Bundle\EmailBundle\Model\EmailHolderInterface;
16
-
17 15
 use OroCRM\Bundle\ChannelBundle\Model\ChannelEntityTrait;
18 16
 use OroCRM\Bundle\ChannelBundle\Model\ChannelAwareInterface;
19 17
 use OroCRM\Bundle\SalesBundle\Model\ExtendSalesFunnel;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/OpportunityHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Form\FormInterface;
6 6
 use Symfony\Component\HttpFoundation\Request;
7
-
8 7
 use Doctrine\Common\Persistence\ObjectManager;
9
-
10 8
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
11 9
 use OroCRM\Bundle\ChannelBundle\Provider\RequestChannelProvider;
12 10
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Form/Handler/SalesFunnelHandler.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 OroCRM\Bundle\SalesBundle\Entity\SalesFunnel;
6 6
 use Symfony\Component\Form\FormInterface;
7 7
 use Symfony\Component\HttpFoundation\Request;
8
-
9 8
 use Doctrine\Common\Persistence\ObjectManager;
10 9
 
11 10
 class SalesFunnelHandler
Please login to merge, or discard this patch.