Skip to content

Commit 9320faa

Browse files
authored
Merge pull request #808 from dunglas/cs
Fix CS
2 parents 6e0c40d + 95bb322 commit 9320faa

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)