Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions components/console/helpers/processhelper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down