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.
2 parents 499c8dc + 43f5af5 commit f3279b6Copy full SHA for f3279b6
components/process.rst
@@ -392,10 +392,9 @@ instead::
392
Using a Prepared Command Line
393
-----------------------------
394
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::
+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:
399
400
use Symfony\Component\Process\Process;
401
0 commit comments