mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fix coding style in Object/Api/Mastodon/Instance
This commit is contained in:
parent
186b82d71d
commit
56e7b05d99
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Instance extends BaseDataTransferObject
|
||||||
protected bool $invites_enabled;
|
protected bool $invites_enabled;
|
||||||
protected Configuration $configuration;
|
protected Configuration $configuration;
|
||||||
protected ?Account $contact_account = null;
|
protected ?Account $contact_account = null;
|
||||||
protected array $rules = [];
|
protected array $rules = [];
|
||||||
|
|
||||||
public function __construct(IManageConfigValues $config, BaseURL $baseUrl, Database $database, Configuration $configuration, ?Account $contact_account, array $rules)
|
public function __construct(IManageConfigValues $config, BaseURL $baseUrl, Database $database, Configuration $configuration, ?Account $contact_account, array $rules)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue