Skip to content

Commit

Permalink
Merge pull request #6220 from enumag/patch-2
Browse files Browse the repository at this point in the history
Fix annotations
  • Loading branch information
Ocramius committed Jan 10, 2017
2 parents ce4abde + 617ec92 commit 4e57303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/ORM/AbstractQuery.php
Expand Up @@ -106,7 +106,7 @@ abstract class AbstractQuery
protected $_hydrationMode = self::HYDRATE_OBJECT;

/**
* @param \Doctrine\DBAL\Cache\QueryCacheProfile
* @var \Doctrine\DBAL\Cache\QueryCacheProfile
*/
protected $_queryCacheProfile;

Expand All @@ -118,7 +118,7 @@ abstract class AbstractQuery
protected $_expireResultCache = false;

/**
* @param \Doctrine\DBAL\Cache\QueryCacheProfile
* @var \Doctrine\DBAL\Cache\QueryCacheProfile
*/
protected $_hydrationCacheProfile;

Expand Down

0 comments on commit 4e57303

Please sign in to comment.