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 36eafb7 commit 43f5af5Copy full SHA for 43f5af5
components/process.rst
@@ -377,9 +377,9 @@ instead::
377
Using a Prepared Command Line
378
-----------------------------
379
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:
+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:
383
384
use Symfony\Component\Process\Process;
385
0 commit comments