File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ The Debug Component
8
8
The Debug component provides tools to ease debugging PHP code.
9
9
10
10
.. 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.
13
13
14
14
Installation
15
15
------------
Original file line number Diff line number Diff line change @@ -219,7 +219,8 @@ Process Idle Timeout
219
219
--------------------
220
220
221
221
.. 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.
223
224
224
225
In contrast to the timeout of the previous paragraph, the idle timeout only
225
226
considers the time since the last output was produced by the process::
You can’t perform that action at this time.
0 commit comments