Static code analysis.

This commit is contained in:
2023-05-31 09:00:20 +00:00
parent 4c8f71d9d8
commit 19f27e6d0c
10 changed files with 1798 additions and 43 deletions

3
backup
View File

@ -22,9 +22,10 @@ if (! $autoload) {
require $autoload;
$package = \Composer\InstalledVersions::getRootPackage();
use Symfony\Component\Console\Application;
$application = new Application();
$application = new Application('backup', $package['version']);
$application->add(new App\CommandBackup());
$application->add(new App\CommandShow());