mirror of
https://github.com/Imagick/imagick.git
synced 2026-06-19 07:35:36 +00:00
Make Imagick::localContrastImage return the documented return type.
This commit is contained in:
@@ -13016,6 +13016,8 @@ PHP_METHOD(Imagick, localContrastImage)
|
||||
php_imagick_convert_imagick_exception(intern->magick_wand, "Failed to localContrastImage" TSRMLS_CC);
|
||||
RETURN_THROWS();
|
||||
}
|
||||
|
||||
RETURN_TRUE;
|
||||
}
|
||||
/* }}} */
|
||||
#endif // #if MagickLibVersion >= 0x693
|
||||
|
||||
Reference in New Issue
Block a user