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.
1 parent e60b765 commit 6abd0f7Copy full SHA for 6abd0f7
components/cache.rst
@@ -198,7 +198,7 @@ Serializing Data
198
When an item is stored in the cache, it is serialised to a string. It is a class
199
implementing :class:`Symfony\\Component\\Cache\\Marshaller\\MarshallerInterface`
200
that is responsible for serializing and unserializing. Or to be technically correct:
201
-to ``marshall()``and to ``unmarshall()``.
+to ``marshall()`` and to ``unmarshall()``.
202
203
The :class:`Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller` is using PHP's
204
``serialize()`` or ``igbinary_serialize()`` if the Igbinary extension is installed.
0 commit comments