]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add visibility to interface to make scrutinizer 1 step happier
authorJoas Schilling <nickvergessen@gmx.de>
Mon, 16 Feb 2015 16:46:43 +0000 (17:46 +0100)
committerJoas Schilling <nickvergessen@gmx.de>
Mon, 16 Feb 2015 16:46:43 +0000 (17:46 +0100)
lib/public/activity/iextension.php

index 1b405ad8d3d24891a105c4d936a09b6323882ded..6f30f4eb9c2d3a1fde75efc2138153e2017fac7d 100644 (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.