@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | /** |
61 | 61 | * Set provider in error state |
62 | 62 | * |
63 | - * @param bool $status |
|
63 | + * @param bool $state |
|
64 | 64 | * Current status |
65 | 65 | * |
66 | 66 | * @param string $message |
@@ -85,6 +85,9 @@ discard block |
||
85 | 85 | |
86 | 86 | public function getNamespace(); |
87 | 87 | |
88 | + /** |
|
89 | + * @return \Comodojo\Cache\Traits\NamespaceTrait |
|
90 | + */ |
|
88 | 91 | public function setNamespace($namespace); |
89 | 92 | |
90 | 93 | public function clearNamespace(); |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | /** |
61 | 61 | * Set provider in error state |
62 | 62 | * |
63 | - * @param bool $status |
|
63 | + * @param bool $state |
|
64 | 64 | * Current status |
65 | 65 | * |
66 | 66 | * @param string $message |
@@ -85,6 +85,9 @@ discard block |
||
85 | 85 | |
86 | 86 | public function getNamespace(); |
87 | 87 | |
88 | + /** |
|
89 | + * @return \Comodojo\Cache\Traits\NamespaceTrait |
|
90 | + */ |
|
88 | 91 | public function setNamespace($namespace); |
89 | 92 | |
90 | 93 | public function clearNamespace(); |
@@ -203,6 +203,9 @@ |
||
203 | 203 | |
204 | 204 | } |
205 | 205 | |
206 | + /** |
|
207 | + * @param string $mode |
|
208 | + */ |
|
206 | 209 | protected function selectFrom($mode, $key, $default = null) { |
207 | 210 | |
208 | 211 | if ( $this->pick_mode < 5 ) { |