[Routing] add missing phpdoc return

This commit is contained in:
Tobias Schultze 2012-12-14 11:40:56 +01:00
parent f070e54c05
commit efa6c91139
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{