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)
|
public function addFilter($and)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue