Skip to content

Commit b9faf45

Browse files
committed
Merge branch '4.4'
* 4.4: Small fixes Inconsistency for ending the bullet points
2 parents b4f935f + 31bc2e5 commit b9faf45

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ It comes with the following features:
2121
* Displays the stack trace of a deprecation on-demand;
2222

2323
* Provides a ``ClockMock``, ``DnsMock`` and ``ClassExistsMock`` classes for tests
24-
sensitive to time, network or class existence.
24+
sensitive to time, network or class existence;
2525

2626
* Provides a modified version of PHPUnit that allows 1. separating the
2727
dependencies of your app from those of phpunit to prevent any unwanted
2828
constraints to apply; 2. running tests in parallel when a test suite is split
29-
in several phpunit.xml files; 3. recording and replaying skipped tests.
29+
in several phpunit.xml files; 3. recording and replaying skipped tests;
3030

3131
Installation
3232
------------

components/process.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ double bracket notation. You can use a placeholder in order to have a
358358
process that can only be changed with the values and without changing
359359
the PHP code::
360360

361-
use Symfony\Component\Process\Process;
361+
use Symfony\Component\Process\Process;
362362

363-
$process = Process::fromShellCommandline('echo "$name"');
364-
$process->run(null, ['name' => 'Elsa']);
363+
$process = Process::fromShellCommandline('echo "$name"');
364+
$process->run(null, ['name' => 'Elsa']);
365365

366366
.. caution::
367367

components/web_link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Usage
2222

2323
The following example shows the component in action::
2424

25-
use Symfony\Component\WebLink\HttpHeaderSerializer;
2625
use Symfony\Component\WebLink\GenericLinkProvider;
26+
use Symfony\Component\WebLink\HttpHeaderSerializer;
2727
use Symfony\Component\WebLink\Link;
2828

2929
$linkProvider = (new GenericLinkProvider())

0 commit comments

Comments
 (0)