@@ -129,9 +129,9 @@ to catching the exception, you can also check if a given script code is valid::
129129Country Names
130130~~~~~~~~~~~~~
131131
132- The `` Countries `` class provides access to the name of all countries according
133- to the `ISO 3166-1 alpha-2 `_ list and the ` ISO 3166-1 alpha-3 `_ list
134- of officially recognized countries and territories::
132+ The :class: ` Symfony \\ Component \\ Intl \\ Countries ` class provides access to the
133+ name of all countries according to the `ISO 3166-1 alpha-2 `_ list and the
134+ ` ISO 3166-1 alpha-3 `_ list of officially recognized countries and territories::
135135
136136 use Symfony\Component\Intl\Countries;
137137
@@ -188,8 +188,8 @@ Locales
188188A locale is the combination of a language, a region and some parameters that
189189define the interface preferences of the user. For example, "Chinese" is the
190190language and ``zh_Hans_MO `` is the locale for "Chinese" (language) + "Simplified"
191- (script) + "Macau SAR China" (region). The `` Locales `` class provides access to
192- the name of all locales::
191+ (script) + "Macau SAR China" (region). The :class: ` Symfony \\ Component \\ Intl \\ Locales `
192+ class provides access to the name of all locales::
193193
194194 use Symfony\Component\Intl\Locales;
195195
@@ -220,8 +220,8 @@ to catching the exception, you can also check if a given locale code is valid::
220220Currencies
221221~~~~~~~~~~
222222
223- The `` Currencies `` class provides access to the name of all currencies as well
224- as some of their information (symbol, fraction digits, etc.)::
223+ The :class: ` Symfony \\ Component \\ Intl \\ Currencies ` class provides access to the name
224+ of all currencies as well as some of their information (symbol, fraction digits, etc.)::
225225
226226 use Symfony\Component\Intl\Currencies;
227227
@@ -286,8 +286,9 @@ to catching the exception, you can also check if a given currency code is valid:
286286Timezones
287287~~~~~~~~~
288288
289- The ``Timezones `` class provides several utilities related to timezones. First,
290- you can get the name and values of all timezones in all languages::
289+ The :class: `Symfony\\ Component\\ Intl\\ Timezones ` class provides several utilities
290+ related to timezones. First, you can get the name and values of all timezones in
291+ all languages::
291292
292293 use Symfony\Component\Intl\Timezones;
293294
0 commit comments