Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 18:19:55 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-09-29 18:19:55 +0300
commitecf9bb9572a32293aa7fb74b5afa847e5a3caa76 (patch)
tree843fdb6549ab75fd671b93e2f7ddd637935c9d8c /lib
parent395919b677974a67189f4ec5e85f9eb7bf36640d (diff)
Fix code style
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Scanner/LocalClam.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Scanner/LocalClam.php b/lib/Scanner/LocalClam.php
index 9ce7653..5e04c1c 100644
--- a/lib/Scanner/LocalClam.php
+++ b/lib/Scanner/LocalClam.php
@@ -16,7 +16,6 @@ use OCA\Files_Antivirus\StatusFactory;
use Psr\Log\LoggerInterface;
class LocalClam extends ScannerBase {
-
protected string $avPath;
/**