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.
1 parent a81b4ba commit 6353a58Copy full SHA for 6353a58
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