Removed unnecessary line
This commit is contained in:
parent
160156dcb5
commit
cfbe93ba38
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ class Credentials
|
|||
|
||||
$description = $description !== null ? $description : $record['description'];
|
||||
$type = $type !== null ? $type : $record['type'];
|
||||
$secret = $secret !== null ? $secret : $record['security'];
|
||||
|
||||
if ($type === 'key') {
|
||||
if (openssl_pkey_get_public($key) === false) {
|
||||
|
|
Loading…
Reference in a new issue