mirror of
https://github.com/friendica/friendica
synced 2025-02-13 08:54:01 +00: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
Reference in a new issue