@@ -163,7 +163,7 @@ |
||
163 | 163 | * Unwrap lifetime from data |
164 | 164 | * |
165 | 165 | * @param string $wrappedData |
166 | - * @return void |
|
166 | + * @return string[] |
|
167 | 167 | **/ |
168 | 168 | private function unWrapLifeTime($wrappedData) |
169 | 169 | { |
@@ -10,7 +10,6 @@ |
||
10 | 10 | namespace AngryBytes\Cache\Adapter; |
11 | 11 | |
12 | 12 | use AngryBytes\Cache\Adapter; |
13 | - |
|
14 | 13 | use AngryBytes\Cache\ResultNotFound; |
15 | 14 | |
16 | 15 | use \InvalidArgumentException as InvalidArgumentException; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use AngryBytes\Cache\Adapter; |
14 | 14 | use AngryBytes\Cache\ResultNotFound; |
15 | - |
|
16 | 15 | use AngryBytes\Cache\Adapter\Memcached\AdapterInterface as MemcachedAdapterInterface; |
17 | 16 | use AngryBytes\Cache\Adapter\Memcached\Adapter as MemcachedAdapter; |
18 | 17 |
@@ -108,10 +108,6 @@ |
||
108 | 108 | * This method accepts alpha numeric strings, but also serializable objects. |
109 | 109 | * All of these will be concatenated into a single id string. |
110 | 110 | * |
111 | - * @param mixed $keyPart1 |
|
112 | - * @param mixed $keyPart2 |
|
113 | - * ... |
|
114 | - * @param mixed $keyPartN |
|
115 | 111 | * @return string |
116 | 112 | **/ |
117 | 113 | public static function key() |
@@ -65,7 +65,7 @@ |
||
65 | 65 | /** |
66 | 66 | * String overload |
67 | 67 | * |
68 | - * @return void |
|
68 | + * @return string |
|
69 | 69 | **/ |
70 | 70 | public function __toString() |
71 | 71 | { |