@@ -35,7 +35,7 @@ |
||
35 | 35 | */ |
36 | 36 | public function inResponseToMatches($inResponseTo) |
37 | 37 | { |
38 | - return $this->getInResponseTo() === $inResponseTo; |
|
38 | + return $this->getInResponseTo() === $inResponseTo; |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |
@@ -271,7 +271,7 @@ |
||
271 | 271 | $form->addError( |
272 | 272 | new FormError( |
273 | 273 | $this->get('translator') |
274 | - ->trans('gateway.form.gateway_choose_second_factor.unknown_second_factor_type') |
|
274 | + ->trans('gateway.form.gateway_choose_second_factor.unknown_second_factor_type') |
|
275 | 275 | ) |
276 | 276 | ); |
277 | 277 | } |
@@ -75,7 +75,7 @@ |
||
75 | 75 | sprintf( |
76 | 76 | 'Unable to insert the new SP saml_entity. PDO raised this error: "%s"', |
77 | 77 | $stmt->errorInfo()[2] |
78 | - ) |
|
78 | + ) |
|
79 | 79 | ); |
80 | 80 | } else { |
81 | 81 | // Return the SP data |