Skip to content

Commit 79da0da

Browse files
authored
Update cache.rst
1 parent 414f9e8 commit 79da0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ The :class:`Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller` uses PHP's
212212
function from the `Igbinary extension`_::
213213

214214
use Symfony\Component\Cache\Adapter\RedisAdapter;
215-
use Symfony\Component\Cache\DefaultMarshaller;
216-
use Symfony\Component\Cache\DeflateMarshaller;
215+
use Symfony\Component\Cache\Marshaller\DefaultMarshaller;
216+
use Symfony\Component\Cache\Marshaller\DeflateMarshaller;
217217

218218
$marshaller = new DeflateMarshaller(new DefaultMarshaller());
219219
// you can optionally use the Igbinary extension if you have it installed

0 commit comments

Comments
 (0)