@@ -331,7 +331,7 @@ |
||
| 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) |
@@ -149,7 +149,7 @@ |
||
| 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 | { |