Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the wording in versionadded directives (for the 2.4 branch) #3833

Merged
merged 1 commit into from
May 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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