Skip to content

Commit 64860ee

Browse files
docs(preview): streamline IProviderV2 docs
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent effd4a9 commit 64860ee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/public/Preview/IProviderV2.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@
2222
*/
2323
interface IProviderV2 {
2424
/**
25-
* Returns the mime-type regex supported by this provider.
25+
* Returns a regex matching the MIME types supported by this provider.
2626
*
27-
* @return string Regex matching the mime types supported by this provider
2827
* @since 17.0.0
2928
*/
3029
public function getMimeType(): string;
3130

3231
/**
3332
* Returns whether this provider can currently generate a thumbnail for the given file.
3433
*
35-
* @param FileInfo $file
3634
* @since 17.0.0
3735
*/
3836
public function isAvailable(FileInfo $file): bool;

0 commit comments

Comments
 (0)