[DDC-551] Fixed some comments
This commit is contained in:
parent
f6d5f0481e
commit
bf1cc29a2a
@ -85,7 +85,7 @@ class FilterCollection
|
|||||||
/**
|
/**
|
||||||
* Enables a filter from the collection.
|
* Enables a filter from the collection.
|
||||||
*
|
*
|
||||||
* @param mixed $name Name of the filter.
|
* @param string $name Name of the filter.
|
||||||
*
|
*
|
||||||
* @throws \InvalidArgumentException If the filter does not exist.
|
* @throws \InvalidArgumentException If the filter does not exist.
|
||||||
*
|
*
|
||||||
@ -113,7 +113,7 @@ class FilterCollection
|
|||||||
/**
|
/**
|
||||||
* Disables a filter.
|
* Disables a filter.
|
||||||
*
|
*
|
||||||
* @param mixed $name Name of the filter.
|
* @param string $name Name of the filter.
|
||||||
*
|
*
|
||||||
* @return SQLFilter The disabled filter.
|
* @return SQLFilter The disabled filter.
|
||||||
*
|
*
|
||||||
@ -135,7 +135,7 @@ class FilterCollection
|
|||||||
/**
|
/**
|
||||||
* Get an enabled filter from the collection.
|
* Get an enabled filter from the collection.
|
||||||
*
|
*
|
||||||
* @param mixed $name Name of the filter.
|
* @param string $name Name of the filter.
|
||||||
*
|
*
|
||||||
* @return SQLFilter The filter.
|
* @return SQLFilter The filter.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user