Some more added lines

This commit is contained in:
Michael 2020-01-19 09:51:37 +00:00
parent 4e5db36177
commit cdbc94a9e1
5 changed files with 14 additions and 0 deletions

View file

@ -58,6 +58,7 @@ class Image
/**
* Destructor
*
* @return void
*/
public function __destruct()
@ -672,6 +673,7 @@ class Image
/**
* supported mimetypes and corresponding file extensions
*
* @return array
* @deprecated in version 2019.12 please use Util\Images::supportedTypes() instead.
*/
@ -682,6 +684,7 @@ class Image
/**
* Maps Mime types to Imagick formats
*
* @return array With with image formats (mime type as key)
* @deprecated in version 2019.12 please use Util\Images::getFormatsMap() instead.
*/