Fix comment missing

This commit is contained in:
John Botella 2019-12-03 09:29:04 +01:00
parent 2b01576aa9
commit f806c0da78

View File

@ -315,7 +315,7 @@ function dolRotateImage($file_path)
* *
* @param string $fileSource Full path to source image to rotate * @param string $fileSource Full path to source image to rotate
* @param string $fileDest string : Full path to image to rotate | false return gd img | null the raw image stream will be outputted directly * @param string $fileDest string : Full path to image to rotate | false return gd img | null the raw image stream will be outputted directly
* @param int $quality * @param int $quality output image quality
* @return bool : true on success or false on failure or gd img if $fileDest is false. * @return bool : true on success or false on failure or gd img if $fileDest is false.
*/ */
function correctExifImageOrientation($fileSource, $fileDest, $quality = 95) function correctExifImageOrientation($fileSource, $fileDest, $quality = 95)