8000 minor #15026 [Serializer] Fixed typo in comment (trebi) · symfony/symfony@4292848 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4292848

Browse files
committed
minor #15026 [Serializer] Fixed typo in comment (trebi)
This PR was merged into the 2.7 branch. Discussion ---------- [Serializer] Fixed typo in comment | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 08a4b80 [Serializer] Fixed typo in comment
2 parents 2a1338b + 08a4b80 commit 4292848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ protected function prepareForDenormalization($data)
288288
}
289289

290290
/**
291-
* Instantiates an object using contructor parameters when needed.
291+
* Instantiates an object using constructor parameters when needed.
292292
*
293293
* This method also allows to denormalize data into an existing object if
294294
* it is present in the context with the object_to_populate key.

0 commit comments

Comments
 (0)
0