File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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.
209209
210210The :class: `Symfony\\ Component\\ Cache\\ Marshaller\\ DefaultMarshaller ` uses PHP's
211211``serialize() `` function by default, but you can optionally use the ``igbinary_serialize() ``
212- function from the `Igbinary extension `_:
212+ function from the `Igbinary extension `_::
213213
214214 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;
217217
218218 $marshaller = new DeflateMarshaller(new DefaultMarshaller());
219219 // you can optionally use the Igbinary extension if you have it installed
You can’t perform that action at this time.
0 commit comments