Total Complexity | 6 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class AccountsCerts extends Accounts implements Interfaces\IAuthCert |
||
16 | { |
||
17 | /** @var Interfaces\IUserCert[] */ |
||
18 | protected $local = []; |
||
19 | |||
20 | 1 | public function updateCertKeys(string $userName, ?string $certKey, ?string $certSalt): bool |
|
29 | } |
||
30 | |||
31 | 2 | public function getCertData(string $userName): ?IUserCert |
|
37 |