Standards fixed
This commit is contained in:
parent
e46354a522
commit
b794c599a9
|
@ -63,8 +63,8 @@ HELP;
|
||||||
{
|
{
|
||||||
parent::__construct($argv);
|
parent::__construct($argv);
|
||||||
|
|
||||||
$this->dba = $dba;
|
$this->dba = $dba;
|
||||||
$this->l10n = $l10n;
|
$this->l10n = $l10n;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function doExecute()
|
protected function doExecute()
|
||||||
|
@ -137,7 +137,7 @@ HELP;
|
||||||
$this->err($this->l10n->t('Deletion of id %d failed', $from));
|
$this->err($this->l10n->t('Deletion of id %d failed', $from));
|
||||||
} else {
|
} else {
|
||||||
$this->out($this->l10n->t('Deletion of id %d was successful', $from));
|
$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)
|
private function updateTable(string $table, string $field, int $from, int $to, bool $in_unique_key)
|
||||||
|
|
Loading…
Reference in a new issue