Skip to content

Commit 556687a

Browse files
committed
CS Fix
1 parent 555e562 commit 556687a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Serializer/Normalizer/UploadableNormalizer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public function supportsDenormalization($data, $type, $format = null, array $con
6565
return !isset($context[self::ALREADY_CALLED]) && $this->annotationReader->isConfigured($type);
6666
}
6767

68-
private function findConfiguredFields(iterable $data, string $type): iterable {
68+
private function findConfiguredFields(iterable $data, string $type): iterable
69+
{
6970
foreach ($data as $fieldName => $value) {
7071
try {
7172
$reflectionProperty = new \ReflectionProperty($type, $fieldName);

0 commit comments

Comments
 (0)