Completed
Push — master ( b565ee...38d455 )
by
unknown
35:04 queued 10s
created
core/Command/TwoFactorAuth/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 	 */
39 39
 	public function completeArgumentValues($argumentName, CompletionContext $context) {
40 40
 		if ($argumentName === 'uid') {
41
-			return array_map(function (IUser $user) {
41
+			return array_map(function(IUser $user) {
42 42
 				return $user->getUID();
43 43
 			}, $this->userManager->searchDisplayName($context->getCurrentWord(), 100));
44 44
 		}
Please login to merge, or discard this patch.