From 13827c79e49e1caf74f35a3b6a0d9e3363cff916 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Wed, 19 Oct 2016 09:35:40 +0200 Subject: [PATCH] Url: Improve documentation of method setHost refs #12133 --- library/Icinga/Web/Url.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/Icinga/Web/Url.php b/library/Icinga/Web/Url.php index 4898864ad..143b8cfb8 100644 --- a/library/Icinga/Web/Url.php +++ b/library/Icinga/Web/Url.php @@ -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 *