(NFC) CRM-17789 - CRM_Utils_Cache - Cleanup docblock
[civicrm-core.git] / CRM / Utils / Cache / Memcached.php
index c794b7d8db07a00b29a91a938179382097a28dc5..6e06f987a9a90fc8c071e157e3558c74028a7438 100644 (file)
@@ -72,7 +72,7 @@ class CRM_Utils_Cache_Memcached implements CRM_Utils_Cache_Interface {
   /**
    * The actual memcache object.
    *
-   * @var resource
+   * @var Memcached
    */
   protected $_cache;