Completed
Push — 1.10 ( 3f8f95...f007bc )
by
unknown
09:16
created
src/OroCRM/Bundle/ChannelBundle/Tests/Unit/Stubs/Entity/Customer.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\ChannelBundle\Tests\Unit\Stubs\Entity;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-
7 6
 use OroCRM\Bundle\AccountBundle\Entity\Account;
8 7
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
9 8
 use OroCRM\Bundle\ChannelBundle\Model\ChannelAwareInterface;
Please login to merge, or discard this patch.
ChannelBundle/Validator/ChannelCustomerIdentityConstraintValidator.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\Component\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7 7
 use Symfony\Component\Validator\Exception\UnexpectedTypeException;
8
-
9 8
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
10 9
 
11 10
 class ChannelCustomerIdentityConstraintValidator extends ConstraintValidator
Please login to merge, or discard this patch.
Bundle/ChannelBundle/Validator/ChannelIntegrationConstraintValidator.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\Component\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7 7
 use Symfony\Component\Validator\Exception\UnexpectedTypeException;
8
-
9 8
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
10 9
 use OroCRM\Bundle\ChannelBundle\Provider\SettingsProvider;
11 10
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Controller/Api/Rest/ContactController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,12 +6,9 @@  discard block
 block discarded – undo
6 6
 use FOS\RestBundle\Controller\Annotations\QueryParam;
7 7
 use FOS\RestBundle\Controller\Annotations\RouteResource;
8 8
 use FOS\RestBundle\Routing\ClassResourceInterface;
9
-
10 9
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
11
-
12 10
 use Symfony\Component\Form\FormInterface;
13 11
 use Symfony\Component\HttpFoundation\Response;
14
-
15 12
 use Oro\Bundle\AddressBundle\Utils\AddressApiUtils;
16 13
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
17 14
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
@@ -20,7 +17,6 @@  discard block
 block discarded – undo
20 17
 use Oro\Bundle\SoapBundle\Form\Handler\ApiFormHandler;
21 18
 use Oro\Bundle\SoapBundle\Request\Parameters\Filter\HttpDateTimeParameterFilter;
22 19
 use Oro\Bundle\SoapBundle\Request\Parameters\Filter\IdentifierToReferenceFilter;
23
-
24 20
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
25 21
 use OroCRM\Bundle\ContactBundle\Form\Type\ContactApiType;
26 22
 
Please login to merge, or discard this patch.
OroCRM/Bundle/ContactBundle/Controller/Api/Rest/ContactGroupController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
9 9
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
10 10
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
11
-
12 11
 use Symfony\Component\Form\FormInterface;
13 12
 use Symfony\Component\HttpFoundation\Response;
14 13
 use FOS\RestBundle\Routing\ClassResourceInterface;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Controller/Api/Soap/ContactController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,13 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Form\FormInterface;
6 6
 use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap;
7
-
8 7
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
9
-
10 8
 use Oro\Bundle\SoapBundle\Controller\Api\Soap\SoapController;
11 9
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
12 10
 use Oro\Bundle\SoapBundle\Form\Handler\ApiFormHandler;
13
-
14 11
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
15 12
 
16 13
 class ContactController extends SoapController
Please login to merge, or discard this patch.
OroCRM/Bundle/ContactBundle/Controller/Api/Soap/ContactGroupController.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\Form\FormInterface;
6 6
 use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap;
7
-
8 7
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
9 8
 use Oro\Bundle\SoapBundle\Controller\Api\Soap\SoapController;
10 9
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Controller/ContactAddressController.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 Symfony\Bundle\FrameworkBundle\Controller\Controller;
6 6
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
7
-
8 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
9 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
10 9
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter;
11
-
12 10
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
13 11
 use OroCRM\Bundle\ContactBundle\Entity\ContactAddress;
14 12
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
Please login to merge, or discard this patch.
src/OroCRM/Bundle/ContactBundle/Controller/ContactController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,15 +4,11 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
6 6
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
7
-
8 7
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
9 8
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
10
-
11 9
 use Oro\Bundle\SecurityBundle\Annotation\Acl;
12 10
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
13
-
14 11
 use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager;
15
-
16 12
 use OroCRM\Bundle\ContactBundle\Entity\Contact;
17 13
 use OroCRM\Bundle\AccountBundle\Entity\Account;
18 14
 
Please login to merge, or discard this patch.