Completed
Pull Request — master (#1299)
by Maximilian
05:49 queued 03:20
created
EventListener/BodyListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
Routing/Loader/Reader/RestActionReader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.