@@ -132,7 +132,7 @@ |
||
| 132 | 132 | * @param IUser $user |
| 133 | 133 | * @param integer $shareType |
| 134 | 134 | * @param string $shareWith |
| 135 | - * @return IEntry|null |
|
| 135 | + * @return null|Entry |
|
| 136 | 136 | */ |
| 137 | 137 | public function findOne(IUser $user, $shareType, $shareWith) { |
| 138 | 138 | switch($shareType) { |