Fix PHPDoc of Url::addFilter()

This commit is contained in:
Eric Lippmann 2016-02-27 16:25:04 +01:00
parent 5b0730574d
commit bf7d082576
1 changed files with 4 additions and 2 deletions

View File

@ -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)
{