Completed
Pull Request — master (#4374)
by Georg
25:00
created
lib/private/Contacts/ContactsMenu/ContactsStore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 	 * @return IEntry|null
67 67
 	 */
68 68
 	public function findOne(IUser $user, $shareType, $shareWith) {
69
-		switch($shareType) {
69
+		switch ($shareType) {
70 70
 			case 0:
71 71
 			case 6:
72 72
 				$filter = ['UID'];
Please login to merge, or discard this patch.