@@ -5,7 +5,6 @@ discard block |
||
5 | 5 | use Symfony\Component\Form\Form; |
6 | 6 | use Symfony\Component\HttpFoundation\Response; |
7 | 7 | use Symfony\Component\HttpKernel\Exception\BadRequestHttpException; |
8 | - |
|
9 | 8 | use FOS\RestBundle\Controller\Annotations\NamePrefix; |
10 | 9 | use FOS\RestBundle\Controller\Annotations\RouteResource; |
11 | 10 | use FOS\RestBundle\Controller\Annotations\QueryParam; |
@@ -13,22 +12,17 @@ discard block |
||
13 | 12 | use FOS\RestBundle\Controller\Annotations\Post; |
14 | 13 | use FOS\RestBundle\Routing\ClassResourceInterface; |
15 | 14 | use FOS\RestBundle\Util\Codes; |
16 | - |
|
17 | 15 | use Nelmio\ApiDocBundle\Annotation\ApiDoc; |
18 | - |
|
19 | 16 | use Oro\Bundle\SecurityBundle\Annotation\Acl; |
20 | 17 | use Oro\Bundle\SecurityBundle\Annotation\AclAncestor; |
21 | - |
|
22 | 18 | use Oro\Bundle\CalendarBundle\Entity\CalendarEvent; |
23 | 19 | use Oro\Bundle\CalendarBundle\Entity\Repository\CalendarEventRepository; |
24 | 20 | use Oro\Bundle\CalendarBundle\Provider\SystemCalendarConfig; |
25 | 21 | use Oro\Bundle\SoapBundle\Form\Handler\ApiFormHandler; |
26 | 22 | use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController; |
27 | 23 | use Oro\Bundle\SoapBundle\Entity\Manager\ApiEntityManager; |
28 | -use Oro\Bundle\CalendarBundle\Handler\DeleteHandler; |
|
29 | 24 | use Oro\Bundle\SoapBundle\Request\Parameters\Filter\HttpDateTimeParameterFilter; |
30 | 25 | use Oro\Bundle\SecurityBundle\Exception\ForbiddenException; |
31 | - |
|
32 | 26 | use Oro\Bundle\EntityConfigBundle\Config\ConfigInterface; |
33 | 27 | use Oro\Bundle\EntityExtendBundle\EntityConfig\ExtendScope; |
34 | 28 | use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Component\PropertyAccess\Tests\Unit; |
4 | 4 | |
5 | 5 | use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException; |
6 | - |
|
7 | 6 | use Oro\Component\PropertyAccess\PropertyAccessor; |
8 | 7 | use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClass; |
9 | 8 | use Oro\Component\PropertyAccess\Tests\Unit\Fixtures\TestClassMagicCall; |