We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8cd56 commit a2a958bCopy full SHA for a2a958b
src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php
@@ -27,8 +27,8 @@ class CamelCaseToSnakeCaseNameConverter implements NameConverterInterface
27
public const REQUIRE_SNAKE_CASE_PROPERTIES = 'require_snake_case_properties';
28
29
/**
30
- * @param array|null $attributes The list of attributes to rename or null for all attributes
31
- * @param bool $lowerCamelCase Use lowerCamelCase style
+ * @param string[]|null $attributes The list of attributes to rename or null for all attributes
+ * @param bool $lowerCamelCase Use lowerCamelCase style
32
*/
33
public function __construct(
34
private ?array $attributes = null,
0 commit comments