Skip to content

Commit

Permalink
Make Imagick::localContrastImage return the documented return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jun 30, 2024
1 parent fe807f4 commit 2400a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imagick_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2400a99

Please sign in to comment.