8000 Resolved code blocks. · symfony/symfony-docs@af2e6aa · GitHub
[go: up one dir, main page]

Skip to content

Commit af2e6aa

Browse files
committed
Resolved code blocks.
1 parent ff4c78a commit af2e6aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/cache/adapters/couchbasebucket_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ the second and third parameters::
3838
string $bucket,
3939

4040
// a string prefixed to the keys of the items stored in this cache
41-
$namespace = '',
41+
$namespace,
4242

4343
// the default lifetime (in seconds) for cache items that do not define their
4444
// own lifetime, with a value 0 causing items to be stored indefinitely
45-
$defaultLifetime = 0,
45+
$defaultLifetime
4646
);
4747

4848

components/cache/adapters/couchbasecollection_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ the second and third parameters::
3131
\Couchbase\Collection $client,
3232

3333
// a string prefixed to the keys of the items stored in this cache
34-
$namespace = '',
34+
$namespace,
3535

3636
// the default lifetime (in seconds) for cache items that do not define their
3737
// own lifetime, with a value 0 causing items to be stored indefinitely
38-
$defaultLifetime = 0,
38+
$defaultLifetime
3939
);
4040

4141

0 commit comments

Comments
 (0)
0