Skip to content

Commit 84de0dc

Browse files
matthewtraskjaviereguiluz
authored andcommitted
[Process] Update process.rst
1 parent 355aa03 commit 84de0dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/process.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,9 @@ instead::
377377
Using a Prepared Command Line
378378
-----------------------------
379379

380-
You can run the process by using a a prepared command line using the
381-
double bracket notation. You can use a placeholder in order to have a
382-
process that can only be changed with the values and without changing
383-
the PHP code::
380+
You can run a process by using a prepared command line with double quote variable notation.
381+
This allows you to use placeholders so that only the parameterized values can be changed,
382+
but not the rest of the script:
384383

385384
use Symfony\Component\Process\Process;
386385

0 commit comments

Comments
 (0)