]> git.mxchange.org Git - friendica.git/commitdiff
Standards fixed
authorMichael <heluecht@pirati.ca>
Wed, 1 Jun 2022 22:18:18 +0000 (22:18 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 1 Jun 2022 22:18:18 +0000 (22:18 +0000)
src/Console/MergeContacts.php

index c3588545f478f22a1a62be364b75c7029ed7dc4a..e4a268b1ef90e7981ceb90fada88bb8aff5f97a2 100644 (file)
@@ -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)