diff options
Diffstat (limited to 'lib/private/Search/Result/Image.php')
-rw-r--r-- | lib/private/Search/Result/Image.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/private/Search/Result/Image.php b/lib/private/Search/Result/Image.php index e569c91ea02..5a46138f594 100644 --- a/lib/private/Search/Result/Image.php +++ b/lib/private/Search/Result/Image.php @@ -27,15 +27,17 @@ namespace OC\Search\Result; /** * A found image file + * @deprecated 20.0.0 */ class Image extends File { /** * Type name; translated in templates * @var string + * @deprecated 20.0.0 */ public $type = 'image'; - + /** * @TODO add EXIF information */ |