File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ of the UUID parameters::
204204 {
205205 $qb = $this->createQueryBuilder('p')
206206 // ...
207- // add 'uuid' as the third argument to tell Doctrine that this is an UUID
207+ // add 'uuid' as the third argument to tell Doctrine that this is a UUID
208208 ->setParameter('user', $user->getUuid(), 'uuid')
209209
210210 // alternatively, you can convert it to a value compatible with
@@ -358,7 +358,7 @@ of the ULID parameters::
358358 {
359359 $qb = $this->createQueryBuilder('p')
360360 // ...
361- // add 'ulid' as the third argument to tell Doctrine that this is an ULID
361+ // add 'ulid' as the third argument to tell Doctrine that this is a ULID
362362 ->setParameter('user', $user->getUlid(), 'ulid')
363363
364364 // alternatively, you can convert it to a value compatible with
Original file line number Diff line number Diff line change @@ -208,9 +208,9 @@ Listing the secrets will now also display the local variable:
208208 DATABASE_PASSWORD "dev value" "root"
209209 ------------------- ------------- -------------
210210
211- Symfony also provides the ``secrets:decrypt-to-local `` command to decrypts
212- all secrets and stores them in the local vault and ``secrets:encrypt-from-local ``
213- to encrypt all local secrets to the vault.
211+ Symfony also provides the ``secrets:decrypt-to-local `` command which decrypts
212+ all secrets and stores them in the local vault and the ``secrets:encrypt-from-local ``
213+ command to encrypt all local secrets to the vault.
214214
215215Secrets in the test Environment
216216-------------------------------
You can’t perform that action at this time.
0 commit comments