Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jul 30, 2023
1 parent 42a739b commit dce71de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/classes/locale_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ PHP_METHOD(Ecma_Intl_Locale_Options, next) {
if (name == NULL) {
break;
}

value = zend_read_property(ecma_ce_IntlLocaleOptions, object, name,
strlen(name), true, NULL);

Expand Down

0 comments on commit dce71de

Please sign in to comment.