Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 633 Bytes

UPGRADE-3.0.md

File metadata and controls

19 lines (12 loc) · 633 Bytes

UPGRADE FROM 2.x to 3.0

Deprecations

All the deprecated code introduced on 2.x is removed on 3.0.

Please read the 2.x upgrade guide for more information.

See also the diff

Both Sonata\CacheBundle\Adapter\SsiCache and Sonata\CacheBundle\Adapter\VarnishCache now require you provide their constructor with an ControllerResolverInterface and ArgumentResolverInterface instance.

Type hinting

Now that only PHP 7 is supported, many signatures have changed: type hinting was added for the parameters or the return value.