Skip to content

Commit 9948963

Browse files
committed
remove space before self closing xml tag
1 parent 0f74d76 commit 9948963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration/environment_variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ Symfony provides the following env var processors:
642642
http://symfony.com/schema/dic/services/services-1.0.xsd">
643643
644644
<mongodb:config>
645-
<mongodb:client name="default" connectTimeoutMS="%env(int:key:timeout:query_string:MONGODB_URL)%" />
645+
<mongodb:client name="default" connectTimeoutMS="%env(int:key:timeout:query_string:MONGODB_URL)%"/>
646646
</mongodb:config>
647647
</container>
648648

service_container/alias_private.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ or you decided not to maintain it anymore), you can deprecate its definition:
175175
<services>
176176
<service id="app.mailer" alias="App\Mail\PhpMailer">
177177
<!-- this will display a generic deprecation message... -->
178-
<deprecated />
178+
<deprecated/>
179179
180180
<!-- ...but you can also define a custom deprecation message -->
181181
<deprecated>The "%alias_id%" service alias is deprecated. Don't use it anymore.</deprecated>

0 commit comments

Comments
 (0)