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 414f9e8 commit 79da0daCopy full SHA for 79da0da
components/cache.rst
@@ -212,8 +212,8 @@ The :class:`Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller` uses PHP's
212
function from the `Igbinary extension`_::
213
214
use Symfony\Component\Cache\Adapter\RedisAdapter;
215
- use Symfony\Component\Cache\DefaultMarshaller;
216
- use Symfony\Component\Cache\DeflateMarshaller;
+ use Symfony\Component\Cache\Marshaller\DefaultMarshaller;
+ use Symfony\Component\Cache\Marshaller\DeflateMarshaller;
217
218
$marshaller = new DeflateMarshaller(new DefaultMarshaller());
219
// you can optionally use the Igbinary extension if you have it installed
0 commit comments