8000 fixed CS · symfony/symfony@b0fffac · GitHub
[go: up one dir, main page]

Skip to content

Commit b0fffac

Browse files
committed
fixed CS
1 parent ae86e5b commit b0fffac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Cache/Adapter/ChainAdapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class ChainAdapter implements AdapterInterface
3030
private $saveUp;
3131

3232
/**
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.
33+
* @param CacheItemPoolInterface[] $adapters The ordered list of adapters used to fetch cached items
34+
* @param int $maxLifetime The max lifetime of items propagated from lower adapters to upper ones
3535
*/
3636
public function __construct(array $adapters, $maxLifetime = 0)
3737
{

0 commit comments

Comments
 (0)
0