mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-14 10:53:51 +09:00
Updates to vendors etc
This commit is contained in:
10
vendor/symfony/console/Command/HelpCommand.php
vendored
10
vendor/symfony/console/Command/HelpCommand.php
vendored
@@ -27,10 +27,7 @@ class HelpCommand extends Command
|
||||
{
|
||||
private Command $command;
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
protected function configure()
|
||||
protected function configure(): void
|
||||
{
|
||||
$this->ignoreValidationErrors();
|
||||
|
||||
@@ -57,10 +54,7 @@ EOF
|
||||
;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function setCommand(Command $command)
|
||||
public function setCommand(Command $command): void
|
||||
{
|
||||
$this->command = $command;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user