Completed
Push — master ( 5cc268...51fb7b )
by Maxence
01:54 queued 11s
created
lib/Service/MembersService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
 		
218 218
 		$member->inviteToCircle($circle->getType());
219 219
 
220
-		if ($this->configService->isInvitationSkipped()){
220
+		if ($this->configService->isInvitationSkipped()) {
221 221
 			$member->joinCircle($circle->getType());
222 222
 		}
223 223
 	}
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
 			return;
328 328
 		}
329 329
 
330
-		$tmpContact = $this->userId . ':' . $ident;
330
+		$tmpContact = $this->userId.':'.$ident;
331 331
 		$result = MiscService::getContactData($tmpContact);
332 332
 		if (empty($result)) {
333 333
 			throw new NoUserException($this->l10n->t("This contact is not available"));
Please login to merge, or discard this patch.