| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class None extends AbstractAdapter |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Authenticate. |
||
| 18 | * |
||
| 19 | * @return bool |
||
| 20 | */ |
||
| 21 | public function authenticate(): bool |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Get identifier. |
||
| 28 | * |
||
| 29 | * @return string |
||
| 30 | */ |
||
| 31 | public function getIdentifier(): string |
||
| 32 | { |
||
| 33 | return ''; |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Get attributes. |
||
| 38 | * |
||
| 39 | * @return array |
||
| 40 | */ |
||
| 41 | public function getAttributes(): array |
||
| 44 | } |
||
| 45 | } |
||
| 46 |