summaryrefslogtreecommitdiffstats
path: root/lib/private/share
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-04-03 20:02:27 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-04-03 20:02:27 +0200
commit20f26068e769258ecbcce3646bab69a851d6c7c4 (patch)
treed6943fb83adbcd76bb636b679aece358e7c16b79 /lib/private/share
parente2969062ca172b46713653ac243bb849a54ca7d7 (diff)
parent6b061c236dd5730837b567f2c39a19af1617d33c (diff)
downloadnextcloud-server-20f26068e769258ecbcce3646bab69a851d6c7c4.tar.gz
nextcloud-server-20f26068e769258ecbcce3646bab69a851d6c7c4.zip
Merge pull request #7476 from owncloud/type-hinting
Type hinting
Diffstat (limited to 'lib/private/share')
-rw-r--r--lib/private/share/mailnotifications.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/share/mailnotifications.php b/lib/private/share/mailnotifications.php
index 45734818731..4799db52330 100644
--- a/lib/private/share/mailnotifications.php
+++ b/lib/private/share/mailnotifications.php
@@ -30,7 +30,6 @@ class MailNotifications {
/**
*
- * @param string $recipient user id
* @param string $sender user id (if nothing is set we use the currently logged-in user)
*/
public function __construct($sender = null) {