mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 08:45:14 +02:00
Fix code style
This commit is contained in:
parent
77e785dd7d
commit
674b6c55de
18 changed files with 81 additions and 87 deletions
|
@ -245,8 +245,8 @@ class DiasporaContact extends BaseRepository
|
|||
$uriId,
|
||||
new DateTime($contact['created'] ?? 'now', new DateTimeZone('UTC')),
|
||||
$interacting_count ?? 0,
|
||||
$interacted_count ?? 0,
|
||||
$post_count ?? 0
|
||||
$interacted_count ?? 0,
|
||||
$post_count ?? 0
|
||||
);
|
||||
|
||||
$DiasporaContact = $this->save($DiasporaContact);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue