@@ -3,9 +3,7 @@ |
||
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 |
@@ -6,7 +6,6 @@ |
||
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; |
@@ -6,15 +6,12 @@ |
||
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 | /** |
@@ -7,12 +7,9 @@ |
||
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; |
@@ -4,17 +4,13 @@ |
||
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; |
@@ -5,7 +5,6 @@ |
||
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 |
@@ -3,7 +3,6 @@ discard block |
||
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 |
||
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; |
@@ -4,9 +4,7 @@ |
||
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 |
@@ -5,7 +5,6 @@ |
||
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 |