refactor(certificate manager): remove unused variable

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2024-01-14 20:41:34 +01:00
parent dd54f35f29
commit 1171f3cf01
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -103,7 +103,6 @@ class CertificateManager implements ICertificateManager {
if (!$this->view->is_dir($path)) {
return false;
}
$result = [];
$handle = $this->view->opendir($path);
if (!is_resource($handle)) {
return false;