Skip to content

[Process] Update process.rst #14005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions components/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,9 @@ instead::
Using a Prepared Command Line
-----------------------------

You can run the process by using a a prepared command line using the
double bracket notation. You can use a placeholder in order to have a
process that can only be changed with the values and without changing
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:

use Symfony\Component\Process\Process;

Expand Down