PHPDocs for cache, Format

This commit is contained in:
Anton Terekhov
2012-11-19 18:40:04 +04:00
parent 2d02f25e22
commit 1e0d1aaa38
5 changed files with 58 additions and 48 deletions

3
cache/CacheKey.php vendored
View File

@ -13,7 +13,7 @@ class CacheKey
{
/**
* @var Cacher
* @var Cache
*/
protected $cacher;
@ -62,6 +62,7 @@ class CacheKey
/**
* @param mixed $value
* @return bool
*/
public function set($value)
{