Fix annotations
This commit is contained in:
parent
ce4abdea55
commit
617ec9219e
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ abstract class AbstractQuery
|
|||
protected $_hydrationMode = self::HYDRATE_OBJECT;
|
||||
|
||||
/**
|
||||
* @param \Doctrine\DBAL\Cache\QueryCacheProfile
|
||||
* @var \Doctrine\DBAL\Cache\QueryCacheProfile
|
||||
*/
|
||||
protected $_queryCacheProfile;
|
||||
|
||||
|
@ -118,7 +118,7 @@ abstract class AbstractQuery
|
|||
protected $_expireResultCache = false;
|
||||
|
||||
/**
|
||||
* @param \Doctrine\DBAL\Cache\QueryCacheProfile
|
||||
* @var \Doctrine\DBAL\Cache\QueryCacheProfile
|
||||
*/
|
||||
protected $_hydrationCacheProfile;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue