From fed395de4e13611751855819e35ffba78d5eda78 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 18 Aug 2019 11:12:38 +0200 Subject: [PATCH] [Process] Doc block backport. --- src/Symfony/Component/Process/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Process/Process.php b/src/Symfony/Component/Process/Process.php index 84f238d1b3..9da1acefa4 100644 --- a/src/Symfony/Component/Process/Process.php +++ b/src/Symfony/Component/Process/Process.php @@ -972,7 +972,7 @@ class Process implements \IteratorAggregate } /** - * Sets the process timeout (max. runtime). + * Sets the process timeout (max. runtime) in seconds. * * To disable the timeout, set this value to null. *