@@ -131,7 +131,7 @@ |
||
| 131 | 131 | /** |
| 132 | 132 | * Check if the Request is a not a DELETE with no content and no Content-Type. |
| 133 | 133 | * |
| 134 | - * @param $method |
|
| 134 | + * @param string $method |
|
| 135 | 135 | * @param $content |
| 136 | 136 | * @param $contentType |
| 137 | 137 | * |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Doctrine\Common\Annotations\Reader; |
| 15 | 15 | use FOS\RestBundle\Controller\Annotations\Route as RouteAnnotation; |
| 16 | 16 | use FOS\RestBundle\Inflector\InflectorInterface; |
| 17 | -use FOS\RestBundle\Request\ParamReader; |
|
| 18 | 17 | use FOS\RestBundle\Routing\RestRouteCollection; |
| 19 | 18 | use Symfony\Component\Routing\Route; |
| 20 | 19 | use FOS\RestBundle\Request\ParamReaderInterface; |