Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class U2fServerGenerator |
||
16 | { |
||
17 | /** @var IApplicationConfiguration */ |
||
18 | private $appConfig; |
||
19 | |||
20 | /** |
||
21 | * @param IApplicationConfiguration $appConfig |
||
22 | */ |
||
23 | public function __construct(IApplicationConfiguration $appConfig) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @return Server An instance of Firehed server. |
||
30 | */ |
||
31 | public function getServer(): Server |
||
44 |