Skip to content

Commit

Permalink
Revert "Default $serializeNull to false"
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas authored Aug 23, 2016
1 parent c97bdc1 commit 59c4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JMS/Serializer/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ abstract class Context
private $exclusionStrategy;

/** @var boolean */
private $serializeNull = false;
private $serializeNull;

private $initialized = false;

Expand Down

2 comments on commit 59c4b2d

@w3z315
Copy link

@w3z315 w3z315 commented on 59c4b2d Oct 20, 2016

Choose a reason for hiding this comment

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

@goetas For what reason did you revert that?

@goetas
Copy link
Collaborator Author

@goetas goetas commented on 59c4b2d Oct 20, 2016

Choose a reason for hiding this comment

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

see #630

Please # to comment.