@@ -31,6 +31,9 @@ |
||
31 | 31 | Injector::inst()->get(CacheInterface::class . '.cacheblock')->clear(); |
32 | 32 | } |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $template |
|
36 | + */ |
|
34 | 37 | protected function _runtemplate($template, $data = null) |
35 | 38 | { |
36 | 39 | if ($data === null) { |
@@ -12,8 +12,6 @@ |
||
12 | 12 | * Note: While the returned object is used as a singleton (by the originating Injector->get() call), |
13 | 13 | * this cache object shouldn't be a singleton itself - it has varying constructor args for the same service name. |
14 | 14 | * |
15 | - * @param string $class |
|
16 | - * @param array $args |
|
17 | 15 | * @return CacheInterface |
18 | 16 | */ |
19 | 17 | public function create($service, array $params = array()); |