Skip to content

Commit

Permalink
Cleared PHPDoc for development key in MEMCACHE::set()
Browse files Browse the repository at this point in the history
  • Loading branch information
vodolaz095 committed Jun 20, 2012
1 parent a85f7d7 commit 8b6cfeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MEMCACHED.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class MEMCACHE

public static function init()
{
/** @noinspection PhpUndefinedClassInspection */
if ( is_null(self::$instance) )
{
self::$instance = new MEMCACHE();
Expand Down Expand Up @@ -74,6 +75,7 @@ public static function setPrefix($prefix)
* @param string $string_hash_key- name of a cache keuy
* @param $callback - anonimous function or scalar value to store in cache
* @param int $duration
* @param boolean $development - if set to true, shows development information
* @return string
* @example
*
Expand Down

0 comments on commit 8b6cfeb

Please sign in to comment.