Skip to content

Commit ab355b7

Browse files
committed
Fix duplicate attribute definition
1 parent a8c41c4 commit ab355b7

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)