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 64ba918 + 2550923 commit 778c9e8Copy full SHA for 778c9e8
Resources/doc/param_fetcher_listener.rst
@@ -40,7 +40,7 @@ configured for the matched controller so that the user does not need to do this
40
*
41
* Will check if a blank value, e.g an empty string is passed and if so, it will set to the default of asc.
42
43
- * @QueryParam(name="sort", requirements="(asc|desc)+", allowBlank=false, default="asc", description="Sort direction")
+ * @QueryParam(name="sort", requirements="(asc|desc)", allowBlank=false, default="asc", description="Sort direction")
44
45
* Will look for a firstname request parameters, ie. firstname=foo in POST data.
46
* If not passed it will error out when read out of the ParamFetcher since RequestParam defaults to strict=true
0 commit comments