Fix codestyle

This commit is contained in:
Michael 2025-03-01 14:40:50 +00:00
parent fb9a20feaa
commit 1ced848827
3 changed files with 50 additions and 51 deletions

View file

@ -86,8 +86,7 @@ class Account extends BaseDataTransferObject
{
$this->id = (string)$account['pid'];
$this->username = $account['nick'];
$this->acct =
strpos($account['url'], $baseUrl . '/') === 0 ?
$this->acct = strpos($account['url'], $baseUrl . '/') === 0 ?
$account['nick'] :
$account['addr'];
$this->display_name = $account['name'];