Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 137ba72

Browse files
committed
minor #4945 Fixes for 2.3 branch (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fixes for 2.3 branch | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 6b3b3bc Fix typos 2aa40e6 Change installation method order
2 parents b45dc3a + 6b3b3bc commit 137ba72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/intl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Installation
2222

2323
You 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

2828
If you install the component via Composer, the following classes and functions
2929
of the intl extension will be automatically provided if the intl extension is

components/routing/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
307307
The 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
311311
to quickly use the Routing component. The constructor expects a loader instance,
312312
a path to the main route definition and some other settings::
313313

0 commit comments

Comments
 (0)