Skip to content

Commit d2e1af2

Browse files
Update ext/standard/array.c
Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>
1 parent fa834c9 commit d2e1af2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ext/standard/array.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4869,9 +4869,7 @@ PHP_FUNCTION(array_unique)
48694869
&& sort_type != PHP_SORT_LOCALE_STRING) {
48704870

48714871
zend_argument_value_error(
4872-
2,
4873-
"must be one of SORT_REGULAR, SORT_NUMERIC, SORT_STRING, or SORT_LOCALE_STRING"
4874-
);
4872+
2, "must be one of SORT_REGULAR, SORT_NUMERIC, SORT_STRING, or SORT_LOCALE_STRING");
48754873
RETURN_THROWS();
48764874
}
48774875

0 commit comments

Comments
 (0)