PHPDoc: Add @param $value to MemCache::addValue() (#12215) [skip ci]

This commit is contained in:
Evgeniy Tkachenko
2016-08-19 19:50:08 +03:00
committed by Alexander Makarov
parent af4edab0eb
commit 89bcda97fe

View File

@ -324,6 +324,7 @@ class MemCache extends Cache
* This is the implementation of the method declared in the parent class.
*
* @param string $key the key identifying the value to be cached
* @param mixed $value the value to be cached
* @see \MemcachePool::set()
* @param integer $duration the number of seconds in which the cached value will expire. 0 means never expire.
* @return boolean true if the value is successfully stored into cache, false otherwise