Skip to content

Commit 4d19492

Browse files
committed
minor #11204 removed blank line and space (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- removed blank line and space Refs #11142 #11175 Refs #11138 #11140 Commits ------- ecceb77 removed blank line and space
2 parents d8bbba0 + ecceb77 commit 4d19492

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ application:
294294
.. code-block:: yaml
295295
296296
# app/config/security.yml
297-
298297
security:
299298
# ...
300299
firewalls:
@@ -646,7 +645,7 @@ To use HTTP-Digest authentication you need to provide a realm and a secret:
646645
647646
<config>
648647
<firewall name="somename">
649-
<http-digest secret="%secret%" realm="secure-api" />
648+
<http-digest secret="%secret%" realm="secure-api"/>
650649
</firewall>
651650
</config>
652651
</srv:container>

0 commit comments

Comments
 (0)