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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-26 12:47:16 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2022-01-26 13:48:50 +0300
commit91e49958bb1eb9a578441cc0a0cccf3aedf4a92c (patch)
treed10b06a3e9fd6a30e6efc6fef6659668562c7621
parent6b22bc3df25d921a64cdc0702876566436d75f1b (diff)
Fix php:cs
Signed-off-by: Louis Chemineau <louis@chmn.me>
-rw-r--r--apps/files_external/lib/Lib/Backend/SMB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Backend/SMB.php b/apps/files_external/lib/Lib/Backend/SMB.php
index 70eaa206483..bf73c5b40f8 100644
--- a/apps/files_external/lib/Lib/Backend/SMB.php
+++ b/apps/files_external/lib/Lib/Backend/SMB.php
@@ -112,7 +112,7 @@ class SMB extends Backend {
$username = $user;
$workgroup = $realm;
} else {
- $username = $matches[1];;
+ $username = $matches[1];
$workgroup = $matches[2];
}
$smbAuth = new BasicAuth(