Skip to content

Commit

Permalink
Merge pull request #996 from TorbenBr/patch-2
Browse files Browse the repository at this point in the history
missing ;
  • Loading branch information
lsmith77 committed Mar 20, 2015
2 parents 1303785 + d0cad05 commit 0bea0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/3-listener-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ configured for the matched controller so that the user does not need to do this
use FOS\RestBundle\Request\ParamFetcher;
use FOS\RestBundle\Controller\Annotations\RequestParam;
use FOS\RestBundle\Controller\Annotations\QueryParam;
use Acme\FooBundle\Validation\Constraints\MyComplexConstraint
use Acme\FooBundle\Validation\Constraints\MyComplexConstraint;
class FooController extends Controller
{
Expand Down

0 comments on commit 0bea0cc

Please sign in to comment.