@@ -3,16 +3,12 @@ |
||
3 | 3 | namespace OroCRM\Bundle\CaseBundle\Controller\Api\Rest; |
4 | 4 | |
5 | 5 | use Symfony\Component\HttpFoundation\Response; |
6 | - |
|
7 | 6 | use Nelmio\ApiDocBundle\Annotation\ApiDoc; |
8 | - |
|
9 | 7 | use FOS\RestBundle\Util\Codes; |
10 | 8 | use FOS\RestBundle\Controller\Annotations as Rest; |
11 | 9 | use FOS\RestBundle\Routing\ClassResourceInterface; |
12 | - |
|
13 | 10 | use Oro\Bundle\SecurityBundle\Annotation\AclAncestor; |
14 | 11 | use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController; |
15 | - |
|
16 | 12 | use OroCRM\Bundle\CaseBundle\Entity\CaseEntity; |
17 | 13 | |
18 | 14 | /** |
@@ -3,15 +3,11 @@ |
||
3 | 3 | namespace OroCRM\Bundle\CaseBundle\Controller; |
4 | 4 | |
5 | 5 | use Symfony\Component\HttpFoundation\JsonResponse; |
6 | - |
|
7 | 6 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template; |
9 | 8 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; |
10 | - |
|
11 | 9 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
12 | - |
|
13 | 10 | use Oro\Bundle\SecurityBundle\Annotation\AclAncestor; |
14 | - |
|
15 | 11 | use Oro\Bundle\UserBundle\Entity\User; |
16 | 12 | use OroCRM\Bundle\CaseBundle\Entity\CaseEntity; |
17 | 13 | use OroCRM\Bundle\CaseBundle\Entity\CaseComment; |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace OroCRM\Bundle\CaseBundle\Entity; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\Mapping as ORM; |
6 | - |
|
7 | 6 | use Oro\Bundle\EntityConfigBundle\Metadata\Annotation\Config; |
8 | - |
|
9 | 7 | use OroCRM\Bundle\CaseBundle\Model\ExtendCaseComment; |
10 | 8 | use OroCRM\Bundle\ContactBundle\Entity\Contact; |
11 | 9 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\CaseBundle\Entity; |
4 | 4 | |
5 | 5 | use BeSimple\SoapBundle\ServiceDefinition\Annotation as Soap; |
6 | - |
|
7 | 6 | use Oro\Bundle\SoapBundle\Entity\SoapEntityInterface; |
8 | 7 | |
9 | 8 | /** |
@@ -3,15 +3,12 @@ |
||
3 | 3 | namespace OroCRM\Bundle\CaseBundle\Model; |
4 | 4 | |
5 | 5 | use Symfony\Component\Routing\RouterInterface; |
6 | - |
|
7 | 6 | use Liip\ImagineBundle\Imagine\Cache\CacheManager; |
8 | - |
|
9 | 7 | use Oro\Bundle\EntityBundle\Provider\EntityNameResolver; |
10 | 8 | use Oro\Bundle\LocaleBundle\Formatter\DateTimeFormatter; |
11 | 9 | use Oro\Bundle\SecurityBundle\SecurityFacade; |
12 | 10 | use Oro\Bundle\UserBundle\Entity\User; |
13 | 11 | use Oro\Bundle\AttachmentBundle\Manager\AttachmentManager; |
14 | - |
|
15 | 12 | use OroCRM\Bundle\ContactBundle\Entity\Contact; |
16 | 13 | use OroCRM\Bundle\CaseBundle\Entity\CaseComment; |
17 | 14 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\DependencyInjection\ContainerInterface; |
6 | 6 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
7 | - |
|
8 | 7 | use Doctrine\Common\DataFixtures\DependentFixtureInterface; |
9 | 8 | use Doctrine\Common\DataFixtures\AbstractFixture; |
10 | 9 | use Doctrine\Common\Persistence\ObjectManager; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Doctrine\Common\DataFixtures\AbstractFixture; |
6 | 6 | use Doctrine\Common\Persistence\ObjectManager; |
7 | - |
|
8 | 7 | use OroCRM\Bundle\ContactBundle\Entity\Contact; |
9 | 8 | |
10 | 9 | class LoadContactData extends AbstractFixture |
@@ -15,7 +15,7 @@ |
||
15 | 15 | |
16 | 16 | /** |
17 | 17 | * @param string $entityName |
18 | - * @param array $properties |
|
18 | + * @param string[] $properties |
|
19 | 19 | * @param string $channelRelationName |
20 | 20 | * @param string $channelSearchPropertyName |
21 | 21 | */ |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace OroCRM\Bundle\ChannelBundle\Builder; |
4 | 4 | |
5 | 5 | use Symfony\Bridge\Doctrine\ManagerRegistry; |
6 | - |
|
7 | 6 | use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration; |
8 | - |
|
9 | 7 | use OroCRM\Bundle\ChannelBundle\Entity\Channel; |
10 | 8 | use OroCRM\Bundle\ChannelBundle\Provider\SettingsProvider; |
11 | 9 |