Skip to content

Commit 3c37671

Browse files
committed
fix(ocm): correct confirmRequestOrigin @SInCE to 35.0.0
The annotation was added as 34.0.0 in #60136, but stable34 branched before the PR merged, so the API first ships in 35. Signed-off-by: Micke Nordin <kano@sunet.se>
1 parent e026b1f commit 3c37671

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/private/OCM/OCMDiscoveryService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public function getIncomingSignedRequest(): ?IIncomingSignedRequest {
284284
/**
285285
* @inheritDoc
286286
*
287-
* @since 34.0.0
287+
* @since 35.0.0
288288
*/
289289
#[\Override]
290290
public function confirmRequestOrigin(?string $signedOrigin, string $ocmAddress): void {

lib/public/OCM/IOCMDiscoveryService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getIncomingSignedRequest(): ?IIncomingSignedRequest;
7676
* @param string $ocmAddress in `user@host` or `user@https://host` form
7777
*
7878
* @throws IncomingRequestException on mismatch or malformed address
79-
* @since 34.0.0
79+
* @since 35.0.0
8080
*/
8181
public function confirmRequestOrigin(?string $signedOrigin, string $ocmAddress): void;
8282

0 commit comments

Comments
 (0)