-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Description
NOTE: This issue is part of the "SymfonyCon 2014 Madrid Hackday" effort to add logs for every 2.7 deprecated feature. This is needed before removing those features in 3.0 version. Please, add you name in a comment of this issue if you are going to work on this.
If you need it, this Gist explains how to generate the deprecation note:
Renamed PropertyAccess::getPropertyAccessor to createPropertyAccessor.
Before:
use Symfony\Component\PropertyAccess\PropertyAccess;
$accessor = PropertyAccess::getPropertyAccessor();After:
use Symfony\Component\PropertyAccess\PropertyAccess;
$accessor = PropertyAccess::createPropertyAccessor();Metadata
Metadata
Assignees
Labels
No labels