summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-02-16 19:54:55 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-02-16 19:54:55 +0100
commit1a4b9b0c928d1dc9d08413c5cc79a8e2995fa226 (patch)
treedcfd50bfaae667b6ceaff5d616a96efa40044d12
parent29c8dfe1f89d81834020b624732d1bfcd6dfff29 (diff)
parentf808acd317a8692e320ae307100709339762db60 (diff)
downloadnextcloud-server-1a4b9b0c928d1dc9d08413c5cc79a8e2995fa226.tar.gz
nextcloud-server-1a4b9b0c928d1dc9d08413c5cc79a8e2995fa226.zip
Merge pull request #14263 from owncloud/missing-visibility-activity-iextension
Add visibility to interface to make scrutinizer 1 step happier
-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.