diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-02 14:04:27 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-02 21:42:14 +0100 |
commit | dcc7ff09ba4cfba6fe200f4f686cca7a1853390c (patch) | |
tree | 348352422c29c0bdbfbde3f05e8e041c5c0b03a6 /lib/public | |
parent | eebe2b9c239a7f9e7e127f52ab4b9e97763b0149 (diff) | |
download | nextcloud-server-dcc7ff09ba4cfba6fe200f4f686cca7a1853390c.tar.gz nextcloud-server-dcc7ff09ba4cfba6fe200f4f686cca7a1853390c.zip |
Adding unit test for MailNotifications::sendInternalShareMail()
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/il10n.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/il10n.php b/lib/public/il10n.php index c6e076a21f8..67a6c2162de 100644 --- a/lib/public/il10n.php +++ b/lib/public/il10n.php @@ -74,7 +74,7 @@ interface IL10N { /** * Localization * @param string $type Type of localization - * @param array $data parameters for this localization + * @param int|string $data parameters for this localization * @param array $options currently supports following options: * - 'width': handed into \Punic\Calendar::formatDate as second parameter * @return string|false |