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.
2 parents a8c41c4 + ab355b7 commit a79aee4Copy full SHA for a79aee4
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