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 747fbc7 commit a70ba68Copy full SHA for a70ba68
Enhancer/RouteEnhancerInterface.php
@@ -28,7 +28,8 @@ interface RouteEnhancerInterface
28
/**
29
* Update the defaults based on its own data and the request.
30
*
31
- * @param array $defaults the getRouteDefaults array.
+ * @param array $defaults the getRouteDefaults array.
32
+ * @param Request $request the Request instance.
33
34
* @return array the modified defaults. Each enhancer MUST return the
35
* $defaults but may add or remove values.
0 commit comments