diff --git a/components/debug/introduction.rst b/components/debug/introduction.rst index 5691ca58be4..8f3fc17102e 100644 --- a/components/debug/introduction.rst +++ b/components/debug/introduction.rst @@ -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 ------------ diff --git a/components/process.rst b/components/process.rst index 9c93207ff18..1170c54a479 100644 --- a/components/process.rst +++ b/components/process.rst @@ -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::