From 617ec9219e0dcc7f9edd8046af67f4f1774ee694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Tue, 10 Jan 2017 09:12:18 +0100 Subject: [PATCH] Fix annotations --- lib/Doctrine/ORM/AbstractQuery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/AbstractQuery.php b/lib/Doctrine/ORM/AbstractQuery.php index 8a73ee8ba..0430a113f 100644 --- a/lib/Doctrine/ORM/AbstractQuery.php +++ b/lib/Doctrine/ORM/AbstractQuery.php @@ -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;