merged branch Tobion/patch-1 (PR #6346)

This PR was merged into the master branch.

Commits
-------

efa6c91 [Routing] add missing phpdoc return

Discussion
----------

[Routing] add missing phpdoc return
This commit is contained in:
Fabien Potencier 2012-12-14 12:17:22 +01:00
commit 410677d55a
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)
{