Skip to content

Commit

Permalink
refactor(certificate manager): remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
  • Loading branch information
tcitworld committed Jan 16, 2024
1 parent 69a8f3b commit ddb5f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/Security/CertificateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ private function hasCertificates(): bool {
if (!$this->view->is_dir($path)) {
return false;
}
$result = [];
$handle = $this->view->opendir($path);
if (!is_resource($handle)) {
return false;
Expand Down

0 comments on commit ddb5f48

Please sign in to comment.