Passed
Push — master ( ff6610...e81fdf )
by Robin
14:53 queued 15s
created
lib/private/RedisFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,8 @@
 block discarded – undo
72 72
 		}
73 73
 
74 74
 		$auth = null;
75
-		if (isset($config['password']) && (string)$config['password'] !== '') {
76
-			if (isset($config['user']) && (string)$config['user'] !== '') {
75
+		if (isset($config['password']) && (string) $config['password'] !== '') {
76
+			if (isset($config['user']) && (string) $config['user'] !== '') {
77 77
 				$auth = [$config['user'], $config['password']];
78 78
 			} else {
79 79
 				$auth = $config['password'];
Please login to merge, or discard this patch.