Completed
Pull Request — feature/run-selenium-tests-poc (#195)
by Michiel
04:30 queued 02:34
created
tests/src/Controller/IdentityProviderController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -194,6 +194,9 @@
 block discarded – undo
194 194
         return $assertion;
195 195
     }
196 196
 
197
+    /**
198
+     * @param string $destination
199
+     */
197 200
     private function addSubjectConfirmationFor(Assertion $newAssertion, $destination, $requestId)
198 201
     {
199 202
         $confirmation = new SubjectConfirmation();
Please login to merge, or discard this patch.