File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Installation
22
22
23
23
You can install the component in two different ways:
24
24
25
- * Using the official Git repository (https://github.com/ symfony/Intl );
26
- * :doc: ` Install it via Composer</components/using_components> ` (`` symfony/intl `` on ` Packagist `_ ).
25
+ * :doc: ` Install it via Composer</components/using_components> ` (`` symfony/intl `` on ` Packagist `_ );
26
+ * Using the official Git repository (https://github.com/ symfony/Intl ).
27
27
28
28
If you install the component via Composer, the following classes and functions
29
29
of the intl extension will be automatically provided if the intl extension is
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ calls a closure and uses the result as a :class:`Symfony\\Component\\Routing\\Ro
288
288
289
289
use Symfony\Component\Routing\Loader\ClosureLoader;
290
290
291
- $closure = function() {
291
+ $closure = function () {
292
292
return new RouteCollection();
293
293
};
294
294
@@ -307,7 +307,7 @@ out here.
307
307
The all-in-one Router
308
308
~~~~~~~~~~~~~~~~~~~~~
309
309
310
- The :class: `Symfony\\ Component\\ Routing\\ Router ` class is a all-in-one package
310
+ The :class: `Symfony\\ Component\\ Routing\\ Router ` class is an all-in-one package
311
311
to quickly use the Routing component. The constructor expects a loader instance,
312
312
a path to the main route definition and some other settings::
313
313
You can’t perform that action at this time.
0 commit comments