Completed
Push — feature/catch-missing-epti ( 335afa )
by
unknown
03:50
created
src/Surfnet/StepupGateway/GatewayBundle/Controller/GatewayController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -342,8 +342,8 @@
 block discarded – undo
342 342
     }
343 343
 
344 344
     /**
345
-     * @param $context
346
-     * @param null $message     By default the messase is null, it can be used to specify the problem with the response
345
+     * @param \Surfnet\StepupGateway\GatewayBundle\Saml\ResponseContext $context
346
+     * @param string $message     By default the messase is null, it can be used to specify the problem with the response
347 347
      * @return SAML2_Response
348 348
      */
349 349
     private function createResponseFailureResponse($context, $message = null)
Please login to merge, or discard this patch.