Browse Source

Fix php:cs

Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau 2 years ago
parent
commit
6220042788
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/files_external/lib/Lib/Backend/SMB.php

+ 1 - 1
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(