From 4f6410775bf538b2ed7746cc3f731cb105ae9075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Verlhac?= Date: Sat, 22 Feb 2025 09:49:14 +0100 Subject: [PATCH] [Console] Remove invalid ProcessHelper specified usage --- components/console/helpers/processhelper.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/components/console/helpers/processhelper.rst b/components/console/helpers/processhelper.rst index a02aabfd85d..b46d9f2e95f 100644 --- a/components/console/helpers/processhelper.rst +++ b/components/console/helpers/processhelper.rst @@ -42,12 +42,7 @@ In case the process fails, debugging is easier: Arguments --------- -There are three ways to use the process helper: - -* Using a command line string:: - - // ... - $helper->run($output, 'figlet Symfony'); +There are two ways to use the process helper: * An array of arguments::