Skip to content

Commit 829cb7e

Browse files
committed
minor #11490 Remove whitespace before self closing xml tag (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Remove whitespace 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 ------- 9af11bd Remove whitespace before self closing xml tag
2 parents ef308a1 + 9af11bd commit 829cb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/remember_me.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ First, you need to register ``DoctrineTokenProvider`` as a service:
289289
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
290290
291291
<services>
292-
<service id="Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider" />
292+
<service id="Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider"/>
293293
</services>
294294
</container>
295295

0 commit comments

Comments
 (0)