We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a81b4ba + 6353a58 commit 41ebd9cCopy full SHA for 41ebd9c
Routing/Loader/Reader/RestActionReader.php
@@ -334,6 +334,7 @@ private function getMethodArguments(\ReflectionMethod $method)
334
'Symfony\Component\HttpFoundation\Request',
335
'FOS\RestBundle\Request\ParamFetcherInterface',
336
'Symfony\Component\Validator\ConstraintViolationListInterface',
337
+ 'Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter'
338
);
339
340
$arguments = array();
0 commit comments