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 9059b58

Browse filesBrowse files
Rollback code style
1 parent 02d7947 commit 9059b58
Copy full SHA for 9059b58

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

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

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