Added returned type-int "int"

This commit is contained in:
Roland Häder 2022-07-13 21:09:49 +02:00
parent 5d8ebffb4e
commit 4cb5cadba8
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
28 changed files with 28 additions and 28 deletions

View file

@ -85,7 +85,7 @@ HELP;
$this->config = $config;
}
protected function doExecute()
protected function doExecute(): int
{
if (!$this->config->get('system', 'avatar_cache')) {
$this->err($this->l10n->t('The avatar cache needs to be enabled to use this command.'));