Skip to content

Commit 41ebd9c

Browse files
committed
Merge pull request #885 from websirnik/patch-1
Ignore ParamConverter for route generation
2 parents a81b4ba + 6353a58 commit 41ebd9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Routing/Loader/Reader/RestActionReader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ private function getMethodArguments(\ReflectionMethod $method)
334334
'Symfony\Component\HttpFoundation\Request',
335335
'FOS\RestBundle\Request\ParamFetcherInterface',
336336
'Symfony\Component\Validator\ConstraintViolationListInterface',
337+
'Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter'
337338
);
338339

339340
$arguments = array();

0 commit comments

Comments
 (0)