We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7b304 commit 4438e64Copy full SHA for 4438e64
src/SAML2/Entity/ServiceProvider.php
@@ -222,6 +222,7 @@ public function receiveResponse(ServerRequestInterface $request): Response
222
}
223
224
// 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
226
$verifiedAssertions = $this->decryptAndVerifyAssertions($verifiedResponse->getAssertions());
227
$decryptedResponse = new Response(
228
$verifiedResponse->getStatus(),
0 commit comments