Skip to content

Commit 5271a72

Browse files
committed
A bit of style
1 parent a83ad3f commit 5271a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ abstract protected function setAttributeValue($object, $attribute, $value, $form
270270
/**
271271
* Validates the submitted data and denormalizes it.
272272
*
273-
* @param mixed $data
273+
* @param mixed $data
274274
*
275275
* @return mixed
276276
*
@@ -339,7 +339,7 @@ private function validateAndDenormalize(string $currentClass, string $attribute,
339339
/**
340340
* Sets an attribute and apply the name converter if necessary.
341341
*
342-
* @param mixed $attributeValue
342+
* @param mixed $attributeValue
343343
*/
344344
private function updateData(array $data, string $attribute, $attributeValue): array
345345
{

0 commit comments

Comments
 (0)