Skip to content

Commit 6c7d840

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [Console] Remove invalid ProcessHelper specified usage
2 parents f49a48a + 9ba46bf commit 6c7d840

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

components/console/helpers/processhelper.rst

+1-6
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ In case the process fails, debugging is easier:
4242
Arguments
4343
---------
4444

45-
There are three ways to use the process helper:
46-
47-
* Using a command line string::
48-
49-
// ...
50-
$helper->run($output, 'figlet Symfony');
45+
There are two ways to use the process helper:
5146

5247
* An array of arguments::
5348

0 commit comments

Comments
 (0)