]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Image.php
Display mentioned users and in the comment box by default
[friendica.git] / src / Object / Image.php
index 1fe0a048b95c2d0d9be6a939ef5a76e200f61735..9143c23c16b3d2d15f095a097832df604365d6d1 100644 (file)
@@ -23,6 +23,7 @@ use ImagickPixel;
  */
 class Image
 {
+       /** @var Imagick|resource */
        private $image;
 
        /*