Skip to content

Commit

Permalink
minor #3833 fix the wording in versionadded directives (for the 2.4 b…
Browse files Browse the repository at this point in the history
…ranch) (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
  • Loading branch information
weaverryan committed May 9, 2014
2 parents 513a389 + 27360b6 commit 89d0dae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/debug/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The Debug Component
The Debug component provides tools to ease debugging PHP code.

.. versionadded:: 2.3
The Debug component is new to Symfony 2.3. Previously, the classes were
located in the HttpKernel component.
The Debug component was introduced in Symfony 2.3. Previously, the classes
were located in the HttpKernel component.

Installation
------------
Expand Down
3 changes: 2 additions & 1 deletion components/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ Process Idle Timeout
--------------------

.. versionadded:: 2.4
The :method:`Symfony\\Component\\Process\\Process::setIdleTimeout` method was added in Symfony 2.4.
The :method:`Symfony\\Component\\Process\\Process::setIdleTimeout` method
was introduced in Symfony 2.4.

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

0 comments on commit 89d0dae

Please sign in to comment.