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.
2 parents 44eaa4d + c686163 commit 02b5456Copy full SHA for 02b5456
components/cache.rst
@@ -116,7 +116,7 @@ recompute::
116
$beta = 1.0;
117
$value = $cache->get('my_cache_key', function (ItemInterface $item) {
118
$item->expiresAfter(3600);
119
- $item->tag(['tag_0', 'tag_1');
+ $item->tag(['tag_0', 'tag_1']);
120
121
return '...';
122
}, $beta);
reference/configuration/kernel.rst
@@ -182,7 +182,6 @@ achieve a strict reproducible build:
182
.. code-block:: php
183
184
// config/services.php
185
- use Symfony\Component\DependencyInjection\Reference;
186
187
// ...
188
$container->setParameter('kernel.container_build_time', '1234567890');
0 commit comments