Skip to content

Commit f964e89

Browse files
committed
minor #11672 Remvove space before self-closing xml tag (OskarStark)
This PR was merged into the 4.2 branch. Discussion ---------- Remvove space before self-closing xml tag <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 ------- 23091f8 Remvove space before self-closing xml tag
2 parents 2a02f56 + 23091f8 commit f964e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ be called:
222222
223223
<firewall name="main">
224224
<!-- ... -->
225-
<switch-user role="CAN_SWITCH_USER" />
225+
<switch-user role="CAN_SWITCH_USER"/>
226226
</firewall>
227227
</config>
228228
</srv:container>

0 commit comments

Comments
 (0)