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.
1 parent 63992cc commit 31094a6Copy full SHA for 31094a6
src/Traits/RouteTestTrait.php
@@ -14,7 +14,10 @@ trait RouteTestTrait
14
*
15
* @param string $routeName Route name
16
* @param string[] $data Named argument replacement data
17
- * @param string[] $queryParams Optional query string parameters
+ * @param string[] $queryParams Optional query string parameters.
18
+ * If you're using `nyholm/psr7`, query parameters MUST be added via
19
+ * `$request = $request->withQueryParams($queryParams)`
20
+ * to be retrieved with `$request->getQueryParams();`
21
22
* @return string The route with base path
23
*/
0 commit comments