File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Overridden Options
7070choices
7171~~~~~~~
7272
73- **default **: ``Symfony\Component\Intl\Intl::getRegionBundle()->getCountryNames () ``
73+ **default **: ``Symfony\Component\Intl\Countries::getNames () ``
7474
7575The country type defaults the ``choices `` option to the whole list of countries.
7676The locale is used to translate the countries names.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Overridden Options
6262choices
6363~~~~~~~
6464
65- **default **: ``Symfony\Component\Intl\Intl::getCurrencyBundle()->getCurrencyNames () ``
65+ **default **: ``Symfony\Component\Intl\Currencies::getNames () ``
6666
6767The choices option defaults to all currencies.
6868
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Overridden Options
7272choices
7373~~~~~~~
7474
75- **default **: ``Symfony\Component\Intl\Intl::getLanguageBundle()->getLanguageNames () ``.
75+ **default **: ``Symfony\Component\Intl\Languages::getNames () ``.
7676
7777The choices option defaults to all languages.
7878The default locale is used to translate the languages names.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Overridden Options
7373choices
7474~~~~~~~
7575
76- **default **: ``Symfony\Component\Intl\Intl::getLocaleBundle()->getLocaleNames () ``
76+ **default **: ``Symfony\Component\Intl\Locales::getNames () ``
7777
7878The choices option defaults to all locales. It uses the default locale to
7979specify the language.
You can’t perform that action at this time.
0 commit comments