@@ -2,11 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace ApiClients\Tools\ResourceGenerator\FileGenerators; |
4 | 4 | |
5 | -use ApiClients\Foundation\Hydrator\Annotations\Collection; |
|
6 | -use ApiClients\Foundation\Hydrator\Annotations\Nested; |
|
7 | -use ApiClients\Foundation\Hydrator\Annotations\Rename; |
|
8 | 5 | use ApiClients\Foundation\Resource\AbstractResource; |
9 | -use ApiClients\Foundation\Resource\ResourceInterface; |
|
10 | 6 | use ApiClients\Tools\ResourceGenerator\FileGeneratorInterface; |
11 | 7 | use Doctrine\Common\Inflector\Inflector; |
12 | 8 | use PhpParser\Builder\Method; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Symfony\CS\Config\Config; |
9 | 9 | use Symfony\CS\ConfigAwareInterface; |
10 | 10 | use Symfony\CS\ConfigInterface; |
11 | -use Symfony\CS\FileCacheManager; |
|
12 | 11 | use Symfony\CS\Fixer; |
13 | 12 | use Symfony\CS\FixerInterface; |
14 | 13 |