mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix PHPDoc of Url::addFilter()
This commit is contained in:
parent
5b0730574d
commit
bf7d082576
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user