Completed
Push — feature/dont-clear-state-on-sa... ( 57a027...b19a4c )
by
unknown
05:27 queued 03:21
created
src/Surfnet/StepupGateway/GatewayBundle/Controller/GatewayController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@
 block discarded – undo
331 331
     }
332 332
 
333 333
     /**
334
-     * @param $context
334
+     * @param \Surfnet\StepupGateway\GatewayBundle\Saml\ResponseContext $context
335 335
      * @return SAMLResponse
336 336
      */
337 337
     private function createResponseFailureResponse($context)
Please login to merge, or discard this patch.
src/Surfnet/StepupGateway/SecondFactorOnlyBundle/Saml/ResponseFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
 
150 150
     /**
151 151
      * @param Assertion $assertion
152
-     * @param $authnContextClassRef
152
+     * @param string $authnContextClassRef
153 153
      */
154 154
     private function addAuthenticationStatementTo(Assertion $assertion, $authnContextClassRef)
155 155
     {
Please login to merge, or discard this patch.