From db7709724998f1c739a16c725431bfc3f13db0ec Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Fri, 10 May 2024 08:44:31 -0400 Subject: [PATCH] add references to symfony issue/PR --- src/Console/Process.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Console/Process.php b/src/Console/Process.php index aa83f2b4..6d98caee 100644 --- a/src/Console/Process.php +++ b/src/Console/Process.php @@ -5,7 +5,12 @@ /** * Process class - * overrides Symfony Process + * + * Fixes this symfony issue: + * https://github.com/symfony/symfony/issues/54874 + * + * Not needed if the following PR gets merged: + * https://github.com/symfony/symfony/pull/54863 * * @author Marc Jauvin */