Fix php:cs

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2022-01-26 10:47:16 +01:00
parent 936f9dc596
commit 6220042788

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(