We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555e562 commit 556687aCopy full SHA for 556687a
1 file changed
src/Serializer/Normalizer/UploadableNormalizer.php
@@ -65,7 +65,8 @@ public function supportsDenormalization($data, $type, $format = null, array $con
65
return !isset($context[self::ALREADY_CALLED]) && $this->annotationReader->isConfigured($type);
66
}
67
68
- private function findConfiguredFields(iterable $data, string $type): iterable {
+ private function findConfiguredFields(iterable $data, string $type): iterable
69
+ {
70
foreach ($data as $fieldName => $value) {
71
try {
72
$reflectionProperty = new \ReflectionProperty($type, $fieldName);
0 commit comments