File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,11 +209,11 @@ the cache items before storing them.
209
209
210
210
The :class: `Symfony\\ Component\\ Cache\\ Marshaller\\ DefaultMarshaller ` uses PHP's
211
211
``serialize() `` function by default, but you can optionally use the ``igbinary_serialize() ``
212
- function from the `Igbinary extension `_:
212
+ function from the `Igbinary extension `_::
213
213
214
214
use Symfony\Component\Cache\Adapter\RedisAdapter;
215
- use Symfony\C omponent\C ache\D efaultMarshaller;
216
- use Symfony\C omponent\C ache\D eflateMarshaller;
215
+ use Symfony\Component\Cache\Marshaller\ DefaultMarshaller;
216
+ use Symfony\Component\Cache\Marshaller\ DeflateMarshaller;
217
217
218
218
$marshaller = new DeflateMarshaller(new DefaultMarshaller());
219
219
// you can optionally use the Igbinary extension if you have it installed
You can’t perform that action at this time.
0 commit comments