@@ -66,7 +66,7 @@ |
||
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']; |