Skip to content

Commit 776581e

Browse files
removed phpcs trailing space issue
1 parent 1ce2b01 commit 776581e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Denormalizer/AttributesPropertyDenormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function denormalize($data, $type, $format = null, array $context = []):
5757
foreach ($data as $key => $item) {
5858
if (is_object($item)) {
5959
$flatten[$item->name] = $item->value ?? null;
60-
} else {
60+
} else {
6161
$flatten[$key] = $item;
6262
}
6363
}

0 commit comments

Comments
 (0)