diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-11-30 10:29:06 +0000 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-30 22:50:09 +0100 |
commit | dcbd60351435c9a5ea8d23dff703d449489aa335 (patch) | |
tree | 7569cdcf079f984ebf6eb9c6ef96099667b931c7 /apps/files/lib | |
parent | 802f226d8a2e0e8d9e381542e00d191de2475985 (diff) | |
download | nextcloud-server-dcbd60351435c9a5ea8d23dff703d449489aa335.tar.gz nextcloud-server-dcbd60351435c9a5ea8d23dff703d449489aa335.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/activity.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/lib/activity.php b/apps/files/lib/activity.php index 23e3f26e62d..a941572ed15 100644 --- a/apps/files/lib/activity.php +++ b/apps/files/lib/activity.php @@ -166,7 +166,7 @@ class Activity implements IExtension { * @param string $text * @param IL10N $l * @param array $params - * @return bool|string + * @return string|false */ protected function translateLong($text, IL10N $l, array $params) { switch ($text) { @@ -198,7 +198,7 @@ class Activity implements IExtension { * @param string $text * @param IL10N $l * @param array $params - * @return bool|string + * @return string|false */ protected function translateShort($text, IL10N $l, array $params) { switch ($text) { |