Replace $parameters argument per method with static::$parameters
This commit is contained in:
@@ -32,7 +32,7 @@ use Friendica\DI;
|
||||
*/
|
||||
class Credits extends BaseModule
|
||||
{
|
||||
public static function content(array $parameters = [])
|
||||
public static function content()
|
||||
{
|
||||
/* fill the page with credits */
|
||||
$credits_string = file_get_contents('CREDITS.txt');
|
||||
|
||||
Reference in New Issue
Block a user