Skip to content

Commit 414f9e8

Browse files
authored
[Cache] Fix "Marshalling (Serializing) Data" code rendering issue
1 parent edb92f8 commit 414f9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ the cache items before storing them.
209209

210210
The :class:`Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller` uses PHP's
211211
``serialize()`` function by default, but you can optionally use the ``igbinary_serialize()``
212-
function from the `Igbinary extension`_:
212+
function from the `Igbinary extension`_::
213213

214214
use Symfony\Component\Cache\Adapter\RedisAdapter;
215215
use Symfony\Component\Cache\DefaultMarshaller;

0 commit comments

Comments
 (0)