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
2222
2323You can install the component in two different ways:
2424
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 ).
2727
2828If you install the component via Composer, the following classes and functions
2929of 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
288288
289289 use Symfony\Component\Routing\Loader\ClosureLoader;
290290
291- $closure = function() {
291+ $closure = function () {
292292 return new RouteCollection();
293293 };
294294
@@ -307,7 +307,7 @@ out here.
307307The all-in-one Router
308308~~~~~~~~~~~~~~~~~~~~~
309309
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
311311to quickly use the Routing component. The constructor expects a loader instance,
312312a path to the main route definition and some other settings::
313313
You can’t perform that action at this time.
0 commit comments