Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe7ff09

Browse filesBrowse files
committed
Fix comments
1 parent 81b1ef6 commit fe7ff09
Copy full SHA for fe7ff09

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/Serializer/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CHANGELOG
88
* added support for XML comment encoding (encoding `['#comment' => ' foo ']` results `<!-- foo -->`)
99
* added optional `int[] $encoderIgnoredNodeTypes` argument to `XmlEncoder::__construct` to configure node types to be
1010
ignored during encoding.
11-
* added `AdvancedNameConverterInterface` to access to the class, the format and the context in a name converter
11+
* added `AdvancedNameConverterInterface` to access the class, the format and the context in a name converter
1212

1313
4.1.0
1414
-----

‎src/Symfony/Component/Serializer/NameConverter/AdvancedNameConverterInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/NameConverter/AdvancedNameConverterInterface.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Serializer\NameConverter;
1313

1414
/**
15-
* Gives access to the format and the context in the property name converters.
15+
* Gives access to the class, the format and the context in the property name converters.
1616
*
1717
* @author Kévin Dunglas <dunglas@gmail.com>
1818
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.