1
0
mirror of synced 2025-01-31 04:21:44 +03:00

#1246 DDC-3487 - correcting docblock (static introspection fix)

This commit is contained in:
Marco Pivetta 2015-01-13 14:39:05 +01:00
parent b99f4461be
commit 17a865ec7f

View File

@ -57,7 +57,7 @@ class FilterCollection
/**
* Instances of enabled filters.
*
* @var array
* @var \Doctrine\ORM\Query\Filter\SQLFilter[]
*/
private $enabledFilters = array();
@ -85,7 +85,7 @@ class FilterCollection
/**
* Gets all the enabled filters.
*
* @return array The enabled filters.
* @return \Doctrine\ORM\Query\Filter\SQLFilter[] The enabled filters.
*/
public function getEnabledFilters()
{