Skip to content

Commit 4a80efa

Browse files
committed
mark method internal
1 parent 4309ffe commit 4a80efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Serializer/AbstractItemNormalizer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ public function denormalize($data, $class, $format = null, array $context = [])
134134
* Remove it after symfony/serializer version update @link https://github.com/symfony/symfony/pull/28263.
135135
*
136136
* {@inheritdoc}
137+
*
138+
* @internal
137139
*/
138140
protected function instantiateObject(array &$data, $class, array &$context, \ReflectionClass $reflectionClass, $allowedAttributes, string $format = null)
139141
{

0 commit comments

Comments
 (0)