PHPDocs for cache, Format
This commit is contained in:
3
cache/CacheKey.php
vendored
3
cache/CacheKey.php
vendored
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user