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 5271a72

Browse filesBrowse files
committed
A bit of style
1 parent a83ad3f commit 5271a72
Copy full SHA for 5271a72

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.