File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ class Controller extends ContainerAware
39
39
/**
40
40
* Generates a URL from the given parameters.
41
41
*
42
- * @param string $route The name of the route
43
- * @param mixed $parameters An array of parameters
44
- * @param bool|string $referenceType The type of reference (one of the constants in UrlGeneratorInterface)
42
+ * @param string $route The name of the route
43
+ * @param mixed $parameters An array of parameters
44
+ * @param int $referenceType The type of reference (one of the constants in UrlGeneratorInterface)
45
45
*
46
46
* @return string The generated URL
47
47
*
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ public function __construct(UrlGeneratorInterface $router)
36
36
/**
37
37
* Generates a URL from the given parameters.
38
38
*
39
- * @param string $name The name of the route
40
- * @param mixed $parameters An array of parameters
41
- * @param bool|string $referenceType The type of reference (one of the constants in UrlGeneratorInterface)
39
+ * @param string $name The name of the route
40
+ * @param mixed $parameters An array of parameters
41
+ * @param int $referenceType The type of reference (one of the constants in UrlGeneratorInterface)
42
42
*
43
43
* @return string The generated URL
44
44
*
You can’t perform that action at this time.
0 commit comments