diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-03 20:02:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-03 20:02:27 +0200 |
commit | 20f26068e769258ecbcce3646bab69a851d6c7c4 (patch) | |
tree | d6943fb83adbcd76bb636b679aece358e7c16b79 /lib/private/share | |
parent | e2969062ca172b46713653ac243bb849a54ca7d7 (diff) | |
parent | 6b061c236dd5730837b567f2c39a19af1617d33c (diff) | |
download | nextcloud-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.php | 1 |
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) { |