File tree 1 file changed +4
-4
lines changed
components/console/helpers
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Arguments
38
38
39
39
There are three ways to use the process helper:
40
40
41
- * Either using a command line string::
41
+ * Using a command line string::
42
42
43
43
// ...
44
44
$helper->run($output, 'figlet Symfony');
@@ -51,9 +51,9 @@ There are three ways to use the process helper:
51
51
.. note::
52
52
53
53
When running the helper against an array of arguments, be aware that
54
- these ones will be automatically escaped.
54
+ these will be automatically escaped.
55
55
56
- * Or a :class: `Symfony\\ Component\\ Process\\ Process ` instance::
56
+ * Passing a :class: `Symfony\\ Component\\ Process\\ Process ` instance::
57
57
58
58
use Symfony\Component\Process\ProcessBuilder;
59
59
@@ -70,7 +70,7 @@ You can display a customized error message using the third argument of the
70
70
71
71
$helper->run($output, $process, 'The process failed :(');
72
72
73
- A custom process callback can be passed as fourth argument, refer to the
73
+ A custom process callback can be passed as the fourth argument. Refer to the
74
74
:doc: `Process Component </components/process >` for callback documentation::
75
75
76
76
use Symfony\Component\Process\Process;
You can’t perform that action at this time.
0 commit comments