Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 230adac

Browse files
committedFeb 9, 2024
Merge branch '5.4' into 6.4
* 5.4: Minor: remove duplicated lines
2 parents 7da27fa + 0786d34 commit 230adac

Some content is hidden

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

47 files changed

+28
-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.