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

Skip to content
Prev Previous commit
Next Next commit
[Serializer] Update documentation to match previous change to argument.
  • Loading branch information
James Sansbury committed Mar 8, 2018
commit 16f268332653328a268d7974d433d9eadebce847
4 changes: 2 additions & 2 deletions src/Symfony/Component/Serializer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CHANGELOG
* added optional `bool $escapeFormulas = false` argument to `CsvEncoder::__construct`
* added `AbstractObjectNormalizer::setMaxDepthHandler` to set a handler to call when the configured
maximum depth is reached
* added optional `array $ignoredNodeTypes = null` argument to `XmlEncoder::__construct`. Xml
decoding now ignores comment node types by default.
* added optional `int[] $ignoredNodeTypes` argument to `XmlEncoder::__construct`. Xml decoding now
Copy link
Member

Choose a reason for hiding this comment

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

XML

ignores comment node types by default.

4.0.0
-----
Expand Down