We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d2bf5 commit d71e1e7Copy full SHA for d71e1e7
tests/intl402/Locale/getters.php
@@ -4,7 +4,7 @@
4
5
use Ecma\Intl\Locale;
6
7
-$langtag = "de-latn-de-u-ca-gregory-co-phonebk-hc-h23-kf-true-kn-false-nu-latn";
+$langtag = 'de-latn-de-u-ca-gregory-co-phonebk-hc-h23-kf-true-kn-false-nu-latn';
8
$loc = new Locale($langtag);
9
10
test('all getters return the expected results')
0 commit comments