@@ -26,7 +26,6 @@ discard block |
||
26 | 26 | public $tmp = []; |
27 | 27 | |
28 | 28 | /** |
29 | - * @param bool $skip_create_path |
|
30 | 29 | * @param $config |
31 | 30 | * @return string |
32 | 31 | * @throws phpFastCacheIOException |
@@ -135,7 +134,7 @@ discard block |
||
135 | 134 | } |
136 | 135 | |
137 | 136 | /** |
138 | - * @param $keyword |
|
137 | + * @param string|false $keyword |
|
139 | 138 | * @param bool $skip |
140 | 139 | * @return string |
141 | 140 | * @throws phpFastCacheIOException |
@@ -181,7 +180,7 @@ discard block |
||
181 | 180 | |
182 | 181 | /** |
183 | 182 | * @param $filename |
184 | - * @return mixed |
|
183 | + * @return string |
|
185 | 184 | */ |
186 | 185 | protected static function cleanFileName($filename) |
187 | 186 | { |
@@ -196,7 +195,7 @@ discard block |
||
196 | 195 | } |
197 | 196 | |
198 | 197 | /** |
199 | - * @param $path |
|
198 | + * @param string $path |
|
200 | 199 | * @param bool $create |
201 | 200 | * @throws phpFastCacheIOException |
202 | 201 | */ |
@@ -230,7 +229,7 @@ discard block |
||
230 | 229 | |
231 | 230 | |
232 | 231 | /** |
233 | - * @param $file |
|
232 | + * @param string $file |
|
234 | 233 | * @return string |
235 | 234 | * @throws phpFastCacheIOException |
236 | 235 | */ |