Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit ea4c432

Browse files
committed
Reformatted method docblock
1 parent b6425c7 commit ea4c432

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/UrlHelper.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ public function __construct(BaseHelper $helper)
3232
* @param array $routeParams
3333
* @param array $queryParams
3434
* @param string $fragmentIdentifier
35-
* @param array $options Can have the following keys:
36-
* - router (array): contains options to be passed to the router
37-
* - reuse_result_params (bool): indicates if the current RouteResult
38-
* parameters will be used, defaults to true
39-
*
35+
* @param array $options Can have the following keys:
36+
* - router (array): contains options to be passed to the router
37+
* - reuse_result_params (bool): indicates if the current RouteResult
38+
* parameters will be used, defaults to true
4039
* @return string
4140
*/
4241
public function __invoke(

0 commit comments

Comments
 (0)