Skip to content

Commit 52a2239

Browse files
committed
Fixed some code indentation
1 parent d6857ad commit 52a2239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/external_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Symfony provides the following env var processors:
416416
parameters:
417417
env(AUTH_FILE): '../config/auth.json'
418418
google:
419-
auth: '%env(file:AUTH_FILE)%'
419+
auth: '%env(file:AUTH_FILE)%'
420420
421421
.. code-block:: xml
422422

0 commit comments

Comments
 (0)