Skip to content

Commit 36eafb7

Browse files
committed
minor #14005 [Process] Update process.rst (matthewtrask)
This PR was squashed before being merged into the 5.1 branch. Discussion ---------- [Process] Update process.rst This PR updates the text on the Process docs from "double brackets" which to a lot of people would mean `[[]]` to "double quotations" `""` as demonstrated in the code example for the prepared statement. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 84de0dc [Process] Update process.rst
2 parents 9f839d5 + 84de0dc commit 36eafb7

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
@@ -377,10 +377,9 @@ instead::
377377
Using a Prepared Command Line
378378
-----------------------------
379379

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::
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:
384383

385384
use Symfony\Component\Process\Process;
386385

0 commit comments

Comments
 (0)