We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c41c4 commit ab355b7Copy full SHA for ab355b7
src/Swagger/Serializer/DocumentationNormalizer.php
@@ -97,7 +97,6 @@ public function __construct(ResourceMetadataFactoryInterface $resourceMetadataFa
97
$this->paginationEnabled = $paginationEnabled;
98
$this->paginationPageParameterName = $paginationPageParameterName;
99
$this->apiKeys = $apiKeys;
100
- $this->subresourceOperationFactory = $subresourceOperationFactory;
101
$this->clientItemsPerPage = $clientItemsPerPage;
102
$this->itemsPerPageParameterName = $itemsPerPageParameterName;
103
}
0 commit comments