We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355aa03 commit 84de0dcCopy full SHA for 84de0dc
components/process.rst
@@ -377,10 +377,9 @@ instead::
377
Using a Prepared Command Line
378
-----------------------------
379
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::
+You can run a process by using a prepared command line with double quote variable notation.
+This allows you to use placeholders so that only the parameterized values can be changed,
+but not the rest of the script:
384
385
use Symfony\Component\Process\Process;
386
0 commit comments