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 14, 2024
1 parent d2d9ba7 commit 6c746cf
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 @@ -102,7 +102,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 6c746cf

Please sign in to comment.