Skip to content

Commit a70ba68

Browse files
committed
fix phpdoc
1 parent 747fbc7 commit a70ba68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Enhancer/RouteEnhancerInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ interface RouteEnhancerInterface
2828
/**
2929
* Update the defaults based on its own data and the request.
3030
*
31-
* @param array $defaults the getRouteDefaults array.
31+
* @param array $defaults the getRouteDefaults array.
32+
* @param Request $request the Request instance.
3233
*
3334
* @return array the modified defaults. Each enhancer MUST return the
3435
* $defaults but may add or remove values.

0 commit comments

Comments
 (0)