Skip to content

Commit 7dbd207

Browse files
committed
Merge branch '2.3'
2 parents 516c9c7 + a79aee4 commit 7dbd207

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/JsonLd/ContextBuilderInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public function getEntrypointContext(int $referenceType = UrlGeneratorInterface:
4343
/**
4444
* Builds the JSON-LD context for the given resource.
4545
*
46-
*
4746
* @throws ResourceClassNotFoundException
4847
*/
4948
public function getResourceContext(string $resourceClass, int $referenceType = UrlGeneratorInterface::ABS_PATH): array;

src/Swagger/Serializer/DocumentationNormalizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public function __construct(ResourceMetadataFactoryInterface $resourceMetadataFa
9999
$this->paginationEnabled = $paginationEnabled;
100100
$this->paginationPageParameterName = $paginationPageParameterName;
101101
$this->apiKeys = $apiKeys;
102-
$this->subresourceOperationFactory = $subresourceOperationFactory;
103102
$this->clientItemsPerPage = $clientItemsPerPage;
104103
$this->itemsPerPageParameterName = $itemsPerPageParameterName;
105104
$this->paginationClientEnabled = $paginationClientEnabled;

0 commit comments

Comments
 (0)