Completed
Push — master ( 1bc190...b61757 )
by Blizzz
19:45 queued 13s
created
apps/files_external/lib/Lib/Backend/SMB.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 			->setLegacyAuthMechanism($legacyAuth);
61 61
 	}
62 62
 
63
-	public function manipulateStorageConfig(StorageConfig &$storage, ?IUser $user = null): void {
63
+	public function manipulateStorageConfig(StorageConfig & $storage, ?IUser $user = null): void {
64 64
 		$auth = $storage->getAuthMechanism();
65 65
 		if ($auth->getScheme() === AuthMechanism::SCHEME_PASSWORD) {
66 66
 			if (!is_string($storage->getBackendOption('user')) || !is_string($storage->getBackendOption('password'))) {
Please login to merge, or discard this patch.