| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | class U2fRegistration implements U2fRegistrationInterface |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @Assert\NotBlank() |
||
| 28 | */ |
||
| 29 | protected $response; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return string|null |
||
| 33 | */ |
||
| 34 | 1 | public function getResponse() |
|
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param string|null $response |
||
| 41 | */ |
||
| 42 | 1 | public function setResponse($response = null) |
|
| 49 |