Asymmetric Anoymouse Encryption phpunit tests
This commit is contained in:
@@ -85,7 +85,7 @@ class SymmetricEncryption
|
||||
$zero ^ $this->key
|
||||
);
|
||||
unset($zero);
|
||||
unset($this->key);
|
||||
unset($this->key); /** @phan-suppress-current-line PhanTypeObjectUnsetDeclaredProperty */
|
||||
}
|
||||
|
||||
/* ************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user