update composer (#84)

* update composer
log viewer
code style format

* fix composer
This commit is contained in:
Saeed Vaziry
2024-01-01 22:05:31 +01:00
committed by GitHub
parent 551f1ce40e
commit fd2244d382
32 changed files with 1527 additions and 966 deletions

View File

@ -16,7 +16,7 @@ public function __construct(Server $server)
$this->server = $server;
}
protected function progress(int $percentage, string $step = null): Closure
protected function progress(int $percentage, ?string $step = null): Closure
{
return function () use ($percentage, $step) {
$this->server->progress = $percentage;