@@ -25,7 +25,6 @@ discard block |
||
| 25 | 25 | public $tmp = []; |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @param bool $skip_create_path |
|
| 29 | 28 | * @param $config |
| 30 | 29 | * @return string |
| 31 | 30 | * @throws \Exception |
@@ -118,7 +117,7 @@ discard block |
||
| 118 | 117 | } |
| 119 | 118 | |
| 120 | 119 | /** |
| 121 | - * @param $keyword |
|
| 120 | + * @param string|false $keyword |
|
| 122 | 121 | * @param bool $skip |
| 123 | 122 | * @return string |
| 124 | 123 | * @throws phpFastCacheDriverException |
@@ -165,7 +164,7 @@ discard block |
||
| 165 | 164 | |
| 166 | 165 | /** |
| 167 | 166 | * @param $filename |
| 168 | - * @return mixed |
|
| 167 | + * @return string |
|
| 169 | 168 | */ |
| 170 | 169 | protected static function cleanFileName($filename) |
| 171 | 170 | { |
@@ -180,7 +179,7 @@ discard block |
||
| 180 | 179 | } |
| 181 | 180 | |
| 182 | 181 | /** |
| 183 | - * @param $path |
|
| 182 | + * @param string $path |
|
| 184 | 183 | * @param bool $create |
| 185 | 184 | * @throws \Exception |
| 186 | 185 | */ |