1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #6220 from enumag/patch-2

Fix annotations
This commit is contained in:
Marco Pivetta 2017-01-10 12:50:39 +01:00 committed by GitHub
commit 4e573038be

View File

@ -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;