Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
src/OroCRM/Bundle/SalesBundle/Handler/B2bCustomerEmailApiHandler.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\PropertyAccess\PropertyAccess;
6 6
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
7
-
8 7
 use Oro\Bundle\EntityBundle\Form\EntityField\Handler\Processor\AbstractEntityApiHandler;
9 8
 use Oro\Bundle\EntityBundle\ORM\OroEntityManager;
10 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/SalesBundle/Handler/B2bCustomerPhoneApiHandler.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\PropertyAccess\PropertyAccess;
6 6
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
7
-
8 7
 use Oro\Bundle\EntityBundle\Form\EntityField\Handler\Processor\AbstractEntityApiHandler;
9 8
 use Oro\Bundle\EntityBundle\ORM\OroEntityManager;
10 9
 use Oro\Bundle\SecurityBundle\SecurityFacade;
Please login to merge, or discard this patch.
OroCRM/Bundle/SalesBundle/Tests/Functional/Controller/API/RestLeadTest.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 OroCRM\Bundle\SalesBundle\Tests\Functional\Controller\API;
4 4
 
5 5
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
6
-
7 6
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.