Skip to content

Commit

Permalink
[Serializer] Add deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored and nicolas-grekas committed Apr 19, 2016
1 parent ce9520e commit 3b4cfde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ class Serializer implements SerializerInterface, NormalizerInterface, Denormaliz

/**
* @var array
*
* @deprecated since 3.1 will be removed in 4.0
*/
protected $normalizerCache = array();

/**
* @var array
*
* @deprecated since 3.1 will be removed in 4.0
*/
protected $denormalizerCache = array();

Expand Down

0 comments on commit 3b4cfde

Please sign in to comment.