Merge pull request #14263 from owncloud/missing-visibility-activity-iextension

Add visibility to interface to make scrutinizer 1 step happier
This commit is contained in:
Thomas Müller 2015-02-16 19:54:55 +01:00
commit 1a4b9b0c92
1 changed files with 1 additions and 1 deletions

View File

@ -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.