From 41e0c2509e14d2ca23853772c63b84df49edcf34 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 14 Sep 2016 13:52:28 -0700 Subject: [PATCH] (NFC) CRM-17789 - CRM_Utils_Cache - Cleanup docblock --- CRM/Utils/Cache/Memcache.php | 2 +- CRM/Utils/Cache/Memcached.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Utils/Cache/Memcache.php b/CRM/Utils/Cache/Memcache.php index c1722fa056..275323591d 100644 --- a/CRM/Utils/Cache/Memcache.php +++ b/CRM/Utils/Cache/Memcache.php @@ -71,7 +71,7 @@ class CRM_Utils_Cache_Memcache implements CRM_Utils_Cache_Interface { /** * The actual memcache object. * - * @var resource + * @var Memcache */ protected $_cache; diff --git a/CRM/Utils/Cache/Memcached.php b/CRM/Utils/Cache/Memcached.php index c794b7d8db..6e06f987a9 100644 --- a/CRM/Utils/Cache/Memcached.php +++ b/CRM/Utils/Cache/Memcached.php @@ -72,7 +72,7 @@ class CRM_Utils_Cache_Memcached implements CRM_Utils_Cache_Interface { /** * The actual memcache object. * - * @var resource + * @var Memcached */ protected $_cache; -- 2.25.1