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

Add visibility to interface to make scrutinizer 1 step happier
remotes/origin/log-external-deletes
Thomas Müller 10 years ago
commit 1a4b9b0c92
  1. 2
      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.

Loading…
Cancel
Save