Skip to content

Commit 9e7da4e

Browse files
Add empty end lines
1 parent e3b4328 commit 9e7da4e

7 files changed

+7
-8
lines changed

ext/intl/rangeformatter/rangeformatter_class.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ static inline IntlNumberRangeFormatter_object *php_intl_numberrangeformatter_fet
5050

5151
void rangeformatter_register_class(void);
5252

53-
54-
#endif
53+
#endif

ext/intl/tests/rangeformatter/basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,4 +481,4 @@ string(10) "-5 ~ 5 m"
481481
string(7) "5~5 m"
482482
string(17) "5.0001~5.0001 m"
483483
string(9) "5~5.1 m"
484-
string(9) "5.1~6 m"
484+
string(9) "5.1~6 m"

ext/intl/tests/rangeformatter/rangeformatter_clone.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ try {
2323
}
2424
?>
2525
--EXPECT--
26-
Trying to clone an uncloneable object of class IntlNumberRangeFormatter
26+
Trying to clone an uncloneable object of class IntlNumberRangeFormatter

ext/intl/tests/rangeformatter/rangeformatter_errors.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Call to private IntlNumberRangeFormatter::__construct() from global scope
8484
IntlNumberRangeFormatter::createFromSkeleton(): Argument #3 ($collapse) must be one of IntlNumberRangeFormatter::COLLAPSE_AUTO, IntlNumberRangeFormatter::COLLAPSE_NONE, IntlNumberRangeFormatter::COLLAPSE_UNIT, or IntlNumberRangeFormatter::COLLAPSE_ALL
8585
IntlNumberRangeFormatter::createFromSkeleton(): Argument #4 ($identityFallback) must be one of IntlNumberRangeFormatter::IDENTITY_FALLBACK_SINGLE_VALUE, IntlNumberRangeFormatter::IDENTITY_FALLBACK_APPROXIMATELY_OR_SINGLE_VALUE, IntlNumberRangeFormatter::IDENTITY_FALLBACK_APPROXIMATELY, or IntlNumberRangeFormatter::IDENTITY_FALLBACK_RANGE
8686
IntlNumberRangeFormatter::createFromSkeleton(): Argument #2 ($locale) "invalid-language" is invalid
87-
IntlNumberRangeFormatter::createFromSkeleton(): Argument #2 ($locale) must be no longer than 156 characters
87+
IntlNumberRangeFormatter::createFromSkeleton(): Argument #2 ($locale) must be no longer than 156 characters

ext/intl/tests/rangeformatter/rangeformatter_fraction_skeleton.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ string(2) "~5"
3636
Approximate with .#
3737
string(9) "5.1–5.2"
3838
string(2) "~5"
39-
string(2) "~5"
39+
string(2) "~5"

ext/intl/tests/rangeformatter/rangeformatter_icu63_compatibility.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ try {
2121
}
2222
?>
2323
--EXPECT--
24-
IntlNumberRangeFormatter is not available in ICU 62 and earlier
24+
IntlNumberRangeFormatter is not available in ICU 62 and earlier

ext/intl/tests/rangeformatter/rangeformatter_with_empty_skeleton.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ var_dump($nrf->format(5.1, 5.2));
2121

2222
?>
2323
--EXPECT--
24-
string(9) "5.1–5.2"
24+
string(9) "5.1–5.2"

0 commit comments

Comments
 (0)