diff --git a/src/Symfony/Component/Routing/Route.php b/src/Symfony/Component/Routing/Route.php index 281dedff13..59f203139c 100644 --- a/src/Symfony/Component/Routing/Route.php +++ b/src/Symfony/Component/Routing/Route.php @@ -140,6 +140,8 @@ class Route implements \Serializable * Sets the hostname pattern. * * @param string $pattern The pattern + * + * @return Route The current Route instance */ public function setHostnamePattern($pattern) {