Skip to content

Commit 66afcc8

Browse files
committed
minor #12081 Remove space before self closing xml tag (OskarStark)
This PR was merged into the 4.4 branch. Discussion ---------- Remove 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 ------- 6526ade Remove space before self closing xml tag
2 parents cb782c6 + 6526ade commit 66afcc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cache.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ case the value needs to be recalculated.
412412
<framework:config>
413413
<framework:cache>
414414
<framework:pool name="my_cache_pool" default-lifetime="31536000">
415-
<framework:adapter name="cache.adapter.array" />
416-
<framework:adapter name="cache.adapter.apcu" />
417-
<framework:adapter name="cache.adapter.redis" provider="redis://user:[email protected]" />
415+
<framework:adapter name="cache.adapter.array"/>
416+
<framework:adapter name="cache.adapter.apcu"/>
417+
<framework:adapter name="cache.adapter.redis" provider="redis://user:[email protected]"/>
418418
</framework:pool>
419419
</framework:cache>
420420
</framework:config>

0 commit comments

Comments
 (0)