Merge pull request #30846 from nextcloud/cs/fix_php_cs

Fix php:cs
pull/30858/head
Louis 2 years ago committed by GitHub
commit a145edd00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save