summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2022-01-26 11:43:30 +0100
committerGitHub <noreply@github.com>2022-01-26 11:43:30 +0100
commita145edd00db95135bee6f584e21301267fb5ac16 (patch)
tree9da22145140f8495bbdfa4e726bea07fd89fa0c2 /apps
parent936f9dc596f9fe49ab1a9de0642ecb3983a4b2e6 (diff)
parent62200427887dcbd0a5a4ff04490722e71baa6e36 (diff)
downloadnextcloud-server-a145edd00db95135bee6f584e21301267fb5ac16.tar.gz
nextcloud-server-a145edd00db95135bee6f584e21301267fb5ac16.zip
Merge pull request #30846 from nextcloud/cs/fix_php_cs
Fix php:cs
Diffstat (limited to 'apps')
-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(