Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9059b58

Browse files
Rollback code style
1 parent 02d7947 commit 9059b58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ public function __construct(
138138
}
139139

140140
/**
141+
* @param array $context
142+
*
141143
* @return bool
142144
*/
143145
public function supportsNormalization(mixed $data, string $format = null /* , array $context = [] */)
@@ -291,6 +293,8 @@ abstract protected function extractAttributes(object $object, string $format = n
291293
abstract protected function getAttributeValue(object $object, string $attribute, string $format = null, array $context = []);
292294

293295
/**
296+
* @param array $context
297+
*
294298
* @return bool
295299
*/
296300
public function supportsDenormalization(mixed $data, string $type, string $format = null /* , array $context = [] */)

0 commit comments

Comments
 (0)