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
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
parent395919b677974a67189f4ec5e85f9eb7bf36640d (diff)
Fix code style
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--.php-cs-fixer.dist.php (renamed from .php_cs.dist)0
-rw-r--r--lib/Scanner/LocalClam.php1
2 files changed, 0 insertions, 1 deletions
diff --git a/.php_cs.dist b/.php-cs-fixer.dist.php
index 5cb475d..5cb475d 100644
--- a/.php_cs.dist
+++ b/.php-cs-fixer.dist.php
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;
/**