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

Fix annotations

This commit is contained in:
Jáchym Toušek 2017-01-10 09:12:18 +01:00 committed by GitHub
parent ce4abdea55
commit 617ec9219e

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;