@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | * @param string $data Data to cache. |
92 | 92 | * @param string $mime Mimetype. |
93 | 93 | * |
94 | - * @return void |
|
94 | + * @return boolean|null |
|
95 | 95 | */ |
96 | 96 | public function cache( $data, $mime ) |
97 | 97 | { |
@@ -489,7 +489,7 @@ discard block |
||
489 | 489 | * size = total filesize (in bytes) of found files |
490 | 490 | * timestamp = unix timestamp when the scan was last performed/finished. |
491 | 491 | * |
492 | - * @return array |
|
492 | + * @return integer[] |
|
493 | 493 | */ |
494 | 494 | protected static function stats_scan() |
495 | 495 | { |