Skip to content

Commit

Permalink
Fix unclosed paren
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Apr 11, 2024
1 parent 589bb15 commit e78b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Doctrine/Filter/Action/ActionList.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static function fromQueryString(
* Instead, do one of the following:
* - Use `fromQueryString($request->server->get('QUERY_STRING'))` and let this library handle the parsing. DO NOT
* use `$request->getQueryString()` as it won't work.
* - Use Symfony's HeaderUtils as follows. `HeaderUtils::parseQuery($request->getQueryString()` to generate the
* - Use Symfony's HeaderUtils as follows. `HeaderUtils::parseQuery($request->getQueryString())` to generate the
* data array and pass that instead.
*
* @see parse_str
Expand Down

0 comments on commit e78b351

Please sign in to comment.