]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Theme.php
parameters now are having a default value and are optional
[friendica.git] / src / Module / Theme.php
index 762e398556f0cc2726db227ff070b94f62f384c9..e9ce8d396f239cf63d9becfc4e91105ef39c0f4b 100644 (file)
@@ -10,7 +10,7 @@ use Friendica\Util\Strings;
  */
 class Theme extends BaseModule
 {
-       public static function rawContent($parameters)
+       public static function rawContent(array $parameters = [])
        {
                header("Content-Type: text/css");