Skip to content

Commit db619f1

Browse files
Update ext/intl/tests/bug48227.phpt
Co-authored-by: Gina Peter Banyard <girgias@php.net>
1 parent 44f4369 commit db619f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/intl/tests/bug48227.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ foreach (array_merge($testcases, [$x]) as $value) {
1717
}
1818
}
1919

20-
echo("\nProcedural\n");
20+
echo "\nProcedural\n";
2121
$x = numfmt_create('en_US', NumberFormatter::DECIMAL);
2222
foreach (array_merge($testcases, [$x]) as $value) {
2323
try {

0 commit comments

Comments
 (0)