Skip to content

Commit f3279b6

Browse files
committed
Merge branch '5.1'
* 5.1: [Process] Update process.rst
2 parents 499c8dc + 43f5af5 commit f3279b6

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
@@ -392,10 +392,9 @@ instead::
392392
Using a Prepared Command Line
393393
-----------------------------
394394

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

400399
use Symfony\Component\Process\Process;
401400

0 commit comments

Comments
 (0)