We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c6a77a + b0f09c6 commit ea27c55Copy full SHA for ea27c55
serializer/custom_name_converter.rst
@@ -30,7 +30,7 @@ A custom name converter can handle such cases::
30
31
class OrgPrefixNameConverter implements NameConverterInterface
32
{
33
- public function normalize(string $propertyName, string $class = null, ?string $format = null, array $context = []): string
+ public function normalize(string $propertyName, ?string $class = null, ?string $format = null, array $context = []): string
34
35
// during normalization, add the prefix
36
return 'org_'.$propertyName;
0 commit comments