Skip to content

Commit 89d0dae

Browse files
committed
minor #3833 fix the wording in versionadded directives (for the 2.4 branch) (xabbuh)
This PR was merged into the 2.4 branch. Discussion ---------- fix the wording in versionadded directives (for the 2.4 branch) | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4+ | Fixed tickets | Commits ------- 27360b6 fix the wording in versionadded directives
2 parents 513a389 + 27360b6 commit 89d0dae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

components/debug/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The Debug Component
88
The Debug component provides tools to ease debugging PHP code.
99

1010
.. versionadded:: 2.3
11-
The Debug component is new to Symfony 2.3. Previously, the classes were
12-
located in the HttpKernel component.
11+
The Debug component was introduced in Symfony 2.3. Previously, the classes
12+
were located in the HttpKernel component.
1313

1414
Installation
1515
------------

components/process.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ Process Idle Timeout
219219
--------------------
220220

221221
.. versionadded:: 2.4
222-
The :method:`Symfony\\Component\\Process\\Process::setIdleTimeout` method was added in Symfony 2.4.
222+
The :method:`Symfony\\Component\\Process\\Process::setIdleTimeout` method
223+
was introduced in Symfony 2.4.
223224

224225
In contrast to the timeout of the previous paragraph, the idle timeout only
225226
considers the time since the last output was produced by the process::

0 commit comments

Comments
 (0)