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:
commit
1a4b9b0c92
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue