summaryrefslogtreecommitdiffstats
path: root/lib/public/activity
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-16 17:46:43 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-02-16 17:46:43 +0100
commitf808acd317a8692e320ae307100709339762db60 (patch)
treea87f50407e8a98ce317d21473d95a713cbfc4b91 /lib/public/activity
parent5a5d6bf4db0686c1e7b4ebeed0205547081a5d4c (diff)
downloadnextcloud-server-f808acd317a8692e320ae307100709339762db60.tar.gz
nextcloud-server-f808acd317a8692e320ae307100709339762db60.zip
Add visibility to interface to make scrutinizer 1 step happier
Diffstat (limited to 'lib/public/activity')
-rw-r--r--lib/public/activity/iextension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/activity/iextension.php b/lib/public/activity/iextension.php
index 1b405ad8d3d..6f30f4eb9c2 100644
--- a/lib/public/activity/iextension.php
+++ b/lib/public/activity/iextension.php
@@ -90,7 +90,7 @@ interface IExtension {
* @param string $text
* @return array|false
*/
- function getSpecialParameterList($app, $text);
+ public function getSpecialParameterList($app, $text);
/**
* A string naming the css class for the icon to be used can be returned.