Skip to content

Commit e60b765

Browse files
committed
Added a few words
1 parent 344d572 commit e60b765

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/cache.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ For a list of all of the supported adapters, see :doc:`/components/cache/cache_p
195195
Serializing Data
196196
----------------
197197

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