We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd54f35 commit 1171f3cCopy full SHA for 1171f3c
1 file changed
lib/private/Security/CertificateManager.php
@@ -103,7 +103,6 @@ private function hasCertificates(): bool {
103
if (!$this->view->is_dir($path)) {
104
return false;
105
}
106
- $result = [];
107
$handle = $this->view->opendir($path);
108
if (!is_resource($handle)) {
109
0 commit comments