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 <6653109+artonge@users.noreply.github.com>2022-01-26 13:43:30 +0300
committerGitHub <noreply@github.com>2022-01-26 13:43:30 +0300
commita145edd00db95135bee6f584e21301267fb5ac16 (patch)
tree9da22145140f8495bbdfa4e726bea07fd89fa0c2
parent936f9dc596f9fe49ab1a9de0642ecb3983a4b2e6 (diff)
parent62200427887dcbd0a5a4ff04490722e71baa6e36 (diff)
Merge pull request #30846 from nextcloud/cs/fix_php_cs
Fix php:cs
-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(