Skip to content

Commit 7a939df

Browse files
committed
Capitalize error message
1 parent b76677d commit 7a939df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/formatter/formatter_format.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PHP_FUNCTION( numfmt_format )
4545
RETURN_THROWS();
4646
}
4747
if(Z_TYPE_P(number) == IS_ARRAY) {
48-
zend_type_error("given value must not be an array");
48+
zend_type_error("Given value must not be an array");
4949
RETURN_THROWS();
5050
}
5151

0 commit comments

Comments
 (0)