Skip to content

Commit d71e1e7

Browse files
committed
chore: address coding standards issue
1 parent c7d2bf5 commit d71e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/intl402/Locale/getters.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Ecma\Intl\Locale;
66

7-
$langtag = "de-latn-de-u-ca-gregory-co-phonebk-hc-h23-kf-true-kn-false-nu-latn";
7+
$langtag = 'de-latn-de-u-ca-gregory-co-phonebk-hc-h23-kf-true-kn-false-nu-latn';
88
$loc = new Locale($langtag);
99

1010
test('all getters return the expected results')

0 commit comments

Comments
 (0)