Add visibility to interface to make scrutinizer 1 step happier
This commit is contained in:
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.
|
||||
|
|
Loading…
Reference in a new issue