Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix version
  • Loading branch information
theofidry committed Apr 19, 2016
commit 4e19027623b1ab7d5cc97d08113ea5d9ba08f7e0
4 changes: 2 additions & 2 deletions src/Symfony/Component/Serializer/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ class Serializer implements SerializerInterface, NormalizerInterface, Denormaliz
/**
* @var array
*
* @deprecated since 2.3.37 will be removed in 4.0
* @deprecated since 3.1 will be removed in 4.0
* @see https://github.com/symfony/symfony/pull/17140
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove the line (and the same below): git blame gives the history, that's good enough (and matches the current way of doing things AFAIK)

*/
protected $normalizerCache = array();

/**
* @var array
*
* @deprecated since 2.3.37 will be removed in 4.0
* @deprecated since 3.1 will be removed in 4.0
* @see https://github.com/symfony/symfony/pull/17140
*/
protected $denormalizerCache = array();
Expand Down