PHPDocs for cache, Format
This commit is contained in:
6
cache/Cacher.php
vendored
6
cache/Cacher.php
vendored
@ -19,6 +19,12 @@ class Cacher
|
||||
*/
|
||||
static protected $caches = array();
|
||||
|
||||
/**
|
||||
* @param $cacher
|
||||
* @param null|string $config
|
||||
* @return Cache
|
||||
* @throws InitializationException
|
||||
*/
|
||||
static public function get($cacher, $config = null)
|
||||
{
|
||||
if (!isset(self::$caches[$cacher])) {
|
||||
|
Reference in New Issue
Block a user