File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 },
1818 "require-dev" : {
1919 "zendframework/zend-expressive-template" : " ^1.0" ,
20- "zendframework/zend-expressive-helpers" : " ^3.0" ,
20+ "zendframework/zend-expressive-helpers" : " ^2.0" ,
21+
2122 "phpunit/phpunit" : " ^4.8" ,
2223 "squizlabs/php_codesniffer" : " ^2.3"
2324 },
Original file line number Diff line number Diff line change @@ -32,24 +32,15 @@ public function __construct(UrlHelper $helper)
3232 /**
3333 * @param $routeName
3434 * @param array $routeParams
35- * @param array $queryParams
36- * @param null $fragmentIdentifier
37- * @param array $options
3835 * @return string
3936 */
4037 public function generate (
4138 $ routeName ,
42- array $ routeParams = [],
43- array $ queryParams = [],
44- $ fragmentIdentifier = null ,
45- array $ options = []
39+ array $ routeParams = []
4640 ) {
4741 return $ this ->urlHelper ->generate (
4842 $ routeName ,
49- $ routeParams ,
50- $ queryParams ,
51- $ fragmentIdentifier ,
52- $ options
43+ $ routeParams
5344 );
5445 }
5546}
You can’t perform that action at this time.
0 commit comments