PHP_CodeSniffer performed.

This commit is contained in:
2023-06-01 09:16:19 +00:00
parent 65ac999075
commit c3ef0400f6
5 changed files with 16 additions and 7 deletions

View File

@ -41,7 +41,7 @@ class CommandBackup extends Command
$rclone->setLogger($app->getLogger()->withName('rclone'));
$ntfy = new Ntfy\Ntfy($app->getConfig()['notification']['domain']);
$ntfy->setLogger( $app->getLogger()->withName('notification'));
$ntfy->setLogger($app->getLogger()->withName('notification'));
$loader = new ArrayLoader($app->getConfig()['templates']);
$twig = new Environment($loader);