Completed
Push — feature/enable-behat-tests ( 5b7c06...1d2dab )
by Michiel
01:47
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.