Skip to content

Commit 778c9e8

Browse files
committed
Merge pull request #1256 from FriendsOfSymfony/backport-1253
[#1253] fix typo
2 parents 64ba918 + 2550923 commit 778c9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/param_fetcher_listener.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ configured for the matched controller so that the user does not need to do this
4040
*
4141
* Will check if a blank value, e.g an empty string is passed and if so, it will set to the default of asc.
4242
*
43-
* @QueryParam(name="sort", requirements="(asc|desc)+", allowBlank=false, default="asc", description="Sort direction")
43+
* @QueryParam(name="sort", requirements="(asc|desc)", allowBlank=false, default="asc", description="Sort direction")
4444
*
4545
* Will look for a firstname request parameters, ie. firstname=foo in POST data.
4646
* If not passed it will error out when read out of the ParamFetcher since RequestParam defaults to strict=true

0 commit comments

Comments
 (0)