Skip to content

Commit a79aee4

Browse files
authored
Merge pull request #2327 from Valouleloup/fix/duplicate-attribute-definition
Fix duplicate attribute definition
2 parents a8c41c4 + ab355b7 commit a79aee4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Swagger/Serializer/DocumentationNormalizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public function __construct(ResourceMetadataFactoryInterface $resourceMetadataFa
9797
$this->paginationEnabled = $paginationEnabled;
9898
$this->paginationPageParameterName = $paginationPageParameterName;
9999
$this->apiKeys = $apiKeys;
100-
$this->subresourceOperationFactory = $subresourceOperationFactory;
101100
$this->clientItemsPerPage = $clientItemsPerPage;
102101
$this->itemsPerPageParameterName = $itemsPerPageParameterName;
103102
}

0 commit comments

Comments
 (0)