Skip to content

Commit 6abd0f7

Browse files
authored
Update components/cache.rst
1 parent e60b765 commit 6abd0f7

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
@@ -198,7 +198,7 @@ Serializing Data
198198
When an item is stored in the cache, it is serialised to a string. It is a class
199199
implementing :class:`Symfony\\Component\\Cache\\Marshaller\\MarshallerInterface`
200200
that is responsible for serializing and unserializing. Or to be technically correct:
201-
to ``marshall()``and to ``unmarshall()``.
201+
to ``marshall()`` and to ``unmarshall()``.
202202

203203
The :class:`Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller` is using PHP's
204204
``serialize()`` or ``igbinary_serialize()`` if the Igbinary extension is installed.

0 commit comments

Comments
 (0)