Skip to content

Commit 95bb322

Browse files
committed
Fix CS
1 parent 4e3170d commit 95bb322

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Bridge/NelmioApiDoc/Parser/ApiPlatformParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ private function getGroupsForItemAndCollectionOperation(ResourceMetadata $resour
149149
$operation = $this->getGroupsContext($resourceMetadata, $operationName, true);
150150
$operation += $this->getGroupsContext($resourceMetadata, $operationName, false);
151151

152-
153152
if (self::OUT_PREFIX === $io) {
154153
return [
155154
'serializer_groups' => !empty($operation['normalization_context']) ? $operation['normalization_context']['groups'] : [],

0 commit comments

Comments
 (0)