@@ -410,6 +410,9 @@ discard block |
||
| 410 | 410 | } |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | + /** |
|
| 414 | + * @param string $path |
|
| 415 | + */ |
|
| 413 | 416 | private function getParentPath($path) { |
| 414 | 417 | $parent = dirname($path); |
| 415 | 418 | if ($parent === '.') { |
@@ -629,7 +632,7 @@ discard block |
||
| 629 | 632 | * |
| 630 | 633 | * @param string $mimetype either a full mimetype to search ('text/plain') or only the first part of a mimetype ('image') |
| 631 | 634 | * where it will search for all mimetypes in the group ('image/*') |
| 632 | - * @return ICacheEntry[] an array of cache entries where the mimetype matches the search |
|
| 635 | + * @return CacheEntry[] an array of cache entries where the mimetype matches the search |
|
| 633 | 636 | */ |
| 634 | 637 | public function searchByMime($mimetype) { |
| 635 | 638 | if (strpos($mimetype, '/')) { |