From: Michael Date: Wed, 1 Jun 2022 22:18:18 +0000 (+0000) Subject: Standards fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b794c599a929193605ab98aedc8c9552dd2e125b;p=friendica.git Standards fixed --- diff --git a/src/Console/MergeContacts.php b/src/Console/MergeContacts.php index c3588545f4..e4a268b1ef 100644 --- a/src/Console/MergeContacts.php +++ b/src/Console/MergeContacts.php @@ -63,8 +63,8 @@ HELP; { parent::__construct($argv); - $this->dba = $dba; - $this->l10n = $l10n; + $this->dba = $dba; + $this->l10n = $l10n; } protected function doExecute() @@ -137,7 +137,7 @@ HELP; $this->err($this->l10n->t('Deletion of id %d failed', $from)); } else { $this->out($this->l10n->t('Deletion of id %d was successful', $from)); - } + } } private function updateTable(string $table, string $field, int $from, int $to, bool $in_unique_key)