Completed
Pull Request — feature/create-sfo-behat-test (#192)
by
unknown
04:17 queued 02:30
created
tests/src/Controller/IdentityProviderController.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -63,6 +63,7 @@  discard block
 block discarded – undo
63 63
     /**
64 64
      * @param string $destination
65 65
      * @param string $nameId
66
+     * @param string $requestId
66 67
      * @return Response
67 68
      */
68 69
     public function createResponse($destination, array $nameId, $requestId)
@@ -157,6 +158,9 @@  discard block
 block discarded – undo
157 158
         return $assertion;
158 159
     }
159 160
 
161
+    /**
162
+     * @param string $destination
163
+     */
160 164
     private function addSubjectConfirmationFor(Assertion $newAssertion, $destination, $requestId)
161 165
     {
162 166
         $confirmation = new SubjectConfirmation();
Please login to merge, or discard this patch.