@@ -175,6 +175,12 @@ discard block |
||
| 175 | 175 | |
| 176 | 176 | } |
| 177 | 177 | |
| 178 | + /** |
|
| 179 | + * @param string $link |
|
| 180 | + * @param string $owner |
|
| 181 | + * @param string $initiator |
|
| 182 | + * @param string $shareWith |
|
| 183 | + */ |
|
| 178 | 184 | private function sendMailNotification($filename, $link, $owner, $initiator, $shareWith) { |
| 179 | 185 | if ($owner === $initiator) { |
| 180 | 186 | $subject = (string)$this->l->t('%s shared »%s« with you', array($owner, $filename)); |
@@ -668,7 +674,7 @@ discard block |
||
| 668 | 674 | /** |
| 669 | 675 | * get database row of a give share |
| 670 | 676 | * |
| 671 | - * @param $id |
|
| 677 | + * @param integer $id |
|
| 672 | 678 | * @return array |
| 673 | 679 | * @throws ShareNotFound |
| 674 | 680 | */ |