Add visibility to interface to make scrutinizer 1 step happier

remotes/origin/log-external-deletes
Joas Schilling 2015-02-16 17:46:43 +07:00
parent 5a5d6bf4db
commit f808acd317
1 changed files with 1 additions and 1 deletions

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