From bf7d0825765a400e054ad028000f63254b9cb3f9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Sat, 27 Feb 2016 16:25:04 +0100 Subject: [PATCH] Fix PHPDoc of Url::addFilter() --- library/Icinga/Web/Url.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/library/Icinga/Web/Url.php b/library/Icinga/Web/Url.php index 4f978370b..b61fd990f 100644 --- a/library/Icinga/Web/Url.php +++ b/library/Icinga/Web/Url.php @@ -212,9 +212,11 @@ class Url } /** - * Set the new Filter of the url to be the current filter and the given filter + * Add the given filter to the current filter of the URL * - * @param Filter $and + * @param Filter $and + * + * @return $this */ public function addFilter($and) {