Skip to content

Commit 847493b

Browse files
committedFeb 9, 2024
Merge branch '6.4' into 7.0
* 6.4: Minor: remove duplicated lines
2 parents 3172768 + 230adac commit 847493b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+25
-55
lines changed
 

‎cache.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ and use that when configuring the pool.
467467
->adapters(['cache.adapter.redis'])
468468
->provider('app.my_custom_redis_provider');
469469
470-
471470
$container->register('app.my_custom_redis_provider', \Redis::class)
472471
->setFactory([RedisAdapter::class, 'createConnection'])
473472
->addArgument('redis://localhost')

‎components/cache.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ The following cache adapters are available:
135135

136136
cache/adapters/*
137137

138-
139138
.. _cache-component-psr6-caching:
140139

141140
Generic Caching (PSR-6)

0 commit comments

Comments
 (0)
Please sign in to comment.