We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6ed97 commit 2191c36Copy full SHA for 2191c36
components/cache/adapters/chain_adapter.rst
@@ -17,14 +17,13 @@ lifetime as its constructor arguments::
17
18
use Symfony\Component\Cache\Adapter\ApcuAdapter;
19
20
- $cache = new ChainAdapter([
21
-
+ $cache = new ChainAdapter(
22
// The ordered list of adapters used to fetch cached items
23
array $adapters,
24
25
// The max lifetime of items propagated from lower adapters to upper ones
26
$maxLifetime = 0
27
- ]);
+ );
28
29
.. note::
30
0 commit comments