8000
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 ae86e5b commit b0fffacCopy full SHA for b0fffac
src/Symfony/Component/Cache/Adapter/ChainAdapter.php
@@ -30,8 +30,8 @@ class ChainAdapter implements AdapterInterface
30
private $saveUp;
31
32
/**
33
- * @param CacheItemPoolInterface[] $adapters The ordered list of adapters used to fetch cached items.
34
- * @param i 537D nt $maxLifetime The max lifetime of items propagated from lower adapters to upper ones.
+ * @param CacheItemPoolInterface[] $adapters The ordered list of adapters used to fetch cached items
+ * @param int $maxLifetime The max lifetime of items propagated from lower adapters to upper ones
35
*/
36
public function __construct(array $adapters, $maxLifetime = 0)
37
{
0 commit comments