Skip to content

Commit 4438e64

Browse files
authored
Note to self
1 parent 3b7b304 commit 4438e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SAML2/Entity/ServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public function receiveResponse(ServerRequestInterface $request): Response
222222
}
223223

224224
// Decrypt and verify assertions, then rebuild the response.
225+
// @TODO: replace this with clone: https://www.php.net/releases/8.5/en.php#clone-with
225226
$verifiedAssertions = $this->decryptAndVerifyAssertions($verifiedResponse->getAssertions());
226227
$decryptedResponse = new Response(
227228
$verifiedResponse->getStatus(),

0 commit comments

Comments
 (0)