@@ -166,9 +166,9 @@ to catching the exception, you can also check if a given script code is valid::
166
166
Country Names
167
167
~~~~~~~~~~~~~
168
168
169
- The :class: `Symfony\\ Component\\ Intl\\ Countries ` class provides access to the name of all countries according
170
- to the `ISO 3166-1 alpha-2 `_ list and the ` ISO 3166-1 alpha-3 `_ list
171
- of officially recognized countries and territories::
169
+ The :class: `Symfony\\ Component\\ Intl\\ Countries ` class provides access to the
170
+ name of all countries according to the `ISO 3166-1 alpha-2 `_ list and the
171
+ ` ISO 3166-1 alpha-3 `_ list of officially recognized countries and territories::
172
172
173
173
use Symfony\Component\Intl\Countries;
174
174
@@ -233,8 +233,8 @@ Locales
233
233
A locale is the combination of a language, a region and some parameters that
234
234
define the interface preferences of the user. For example, "Chinese" is the
235
235
language and ``zh_Hans_MO `` is the locale for "Chinese" (language) + "Simplified"
236
- (script) + "Macau SAR China" (region). The :class: `Symfony\\ Component\\ Intl\\ Locales ` class provides access to
237
- the name of all locales::
236
+ (script) + "Macau SAR China" (region). The :class: `Symfony\\ Component\\ Intl\\ Locales `
237
+ class provides access to the name of all locales::
238
238
239
239
use Symfony\Component\Intl\Locales;
240
240
@@ -269,8 +269,8 @@ to catching the exception, you can also check if a given locale code is valid::
269
269
Currencies
270
270
~~~~~~~~~~
271
271
272
- The :class: `Symfony\\ Component\\ Intl\\ Currencies ` class provides access to the name of all currencies as well
273
- as some of their information (symbol, fraction digits, etc.)::
272
+ The :class: `Symfony\\ Component\\ Intl\\ Currencies ` class provides access to the name
273
+ of all currencies as well as some of their information (symbol, fraction digits, etc.)::
274
274
275
275
use Symfony\Component\Intl\Currencies;
276
276
@@ -317,8 +317,9 @@ to catching the exception, you can also check if a given currency code is valid:
317
317
Timezones
318
318
~~~~~~~~~
319
319
320
- The :class: `Symfony\\ Component\\ Intl\\ Timezones ` class provides several utilities related to timezones. First,
321
- you can get the name and values of all timezones in all languages::
320
+ The :class: `Symfony\\ Component\\ Intl\\ Timezones ` class provides several utilities
321
+ related to timezones. First, you can get the name and values of all timezones in
322
+ all languages::
322
323
323
324
use Symfony\Component\Intl\Timezones;
324
325
0 commit comments