Skip to content

Commit 2efdc5b

Browse files
committed
Merge branch '4.4'
* 4.4: Remove space before self closing xml tag
2 parents 736c30a + 66afcc8 commit 2efdc5b

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
@@ -404,9 +404,9 @@ case the value needs to be recalculated.
404404
<framework:config>
405405
<framework:cache>
406406
<framework:pool name="my_cache_pool" default-lifetime="31536000">
407-
<framework:adapter name="cache.adapter.array" />
408-
<framework:adapter name="cache.adapter.apcu" />
409-
<framework:adapter name="cache.adapter.redis" provider="redis://user:password@example.com" />
407+
<framework:adapter name="cache.adapter.array"/>
408+
<framework:adapter name="cache.adapter.apcu"/>
409+
<framework:adapter name="cache.adapter.redis" provider="redis://user:password@example.com"/>
410410
</framework:pool>
411411
</framework:cache>
412412
</framework:config>

0 commit comments

Comments
 (0)