ext/tidy: Use zend_result type instead of int type

This commit is contained in:
Gina Peter Banyard 2025-06-05 13:37:57 +01:00
parent feff5381b4
commit d97a90acb8

View file

@ -798,7 +798,7 @@ static zend_result _php_tidy_apply_config_array(TidyDoc doc, const HashTable *ht
}
}
static int php_tidy_parse_string(PHPTidyObj *obj, const char *string, uint32_t len, const char *enc)
static zend_result php_tidy_parse_string(PHPTidyObj *obj, const char *string, uint32_t len, const char *enc)
{
TidyBuffer buf;