@@ -293,7 +293,7 @@ |
||
293 | 293 | * @param Core $core the dwoo instance that requests it |
294 | 294 | * @param string $output the template output |
295 | 295 | * |
296 | - * @return mixed full path of the cached file or false upon failure |
|
296 | + * @return false|string full path of the cached file or false upon failure |
|
297 | 297 | */ |
298 | 298 | public function cache(Core $core, $output) |
299 | 299 | { |