diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-16 17:46:43 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-16 17:46:43 +0100 |
commit | f808acd317a8692e320ae307100709339762db60 (patch) | |
tree | a87f50407e8a98ce317d21473d95a713cbfc4b91 /lib/public/activity | |
parent | 5a5d6bf4db0686c1e7b4ebeed0205547081a5d4c (diff) | |
download | nextcloud-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.php | 2 |
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. |