Url: Improve documentation of method setHost

refs #12133
This commit is contained in:
Noah Hilverling 2016-10-19 09:35:40 +02:00
parent 3b6b0b8d4b
commit 13827c79e4
1 changed files with 1 additions and 2 deletions

View File

@ -274,7 +274,6 @@ class Url
return $this;
}
/**
* Set the basePath for this url
*
@ -299,7 +298,7 @@ class Url
}
/**
* Overwrite the host
* Set the host for this url
*
* @param string $host New host of this Url
*