Skip to content

Commit 25edcc7

Browse files
committed
Update docblock
1 parent fbf184c commit 25edcc7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/UrlGenerator.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,16 @@ public function route($name, $parameters = [], $absolute = true, $locale = null)
6868

6969
return $url;
7070
}
71-
71+
7272
/**
7373
* Create a signed route URL for a named route.
7474
*
75-
* @param string $name
76-
* @param array $parameters
77-
* @param \DateTimeInterface|\DateInterval|int $expiration
78-
* @param bool $absolute
75+
* @param string $name
76+
* @param array $parameters
77+
* @param \DateTimeInterface|\DateInterval|int $expiration
78+
* @param bool $absolute
79+
* @param string|null $locale
80+
*
7981
* @return string
8082
*/
8183
public function signedRoute($name, $parameters = [], $expiration = null, $absolute = true, $locale = null)

0 commit comments

Comments
 (0)