@@ -116,7 +116,6 @@ |
||
| 116 | 116 | * Get the url of an entity based on the 'get_entity' route pattern. |
| 117 | 117 | * |
| 118 | 118 | * @param $resource |
| 119 | - * @param \ReflectionClass $reflectionClass |
|
| 120 | 119 | * |
| 121 | 120 | * @return array|null |
| 122 | 121 | */ |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Doctrine\Common\Persistence\Mapping\ClassMetadata; |
| 7 | 7 | use Doctrine\Common\Persistence\ObjectManager; |
| 8 | 8 | use Doctrine\Common\Annotations\Reader; |
| 9 | -use Symfony\Component\HttpFoundation\RequestStack; |
|
| 10 | 9 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
| 11 | 10 | |
| 12 | 11 | /** |