From: Joas Schilling Date: Mon, 16 Feb 2015 16:46:43 +0000 (+0100) Subject: Add visibility to interface to make scrutinizer 1 step happier X-Git-Tag: v8.1.0alpha1~490^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f808acd317a8692e320ae307100709339762db60;p=nextcloud-server.git Add visibility to interface to make scrutinizer 1 step happier --- 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.