Merge pull request #30846 from nextcloud/cs/fix_php_cs

Fix php:cs
This commit is contained in:
Louis 2022-01-26 11:43:30 +01:00 committed by GitHub
commit a145edd00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(