mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-12 09:53:49 +09:00
Updates to vendors etc
This commit is contained in:
@@ -21,12 +21,9 @@ use Symfony\Component\Console\Input\InputInterface;
|
||||
*/
|
||||
abstract class InputAwareHelper extends Helper implements InputAwareInterface
|
||||
{
|
||||
protected $input;
|
||||
protected InputInterface $input;
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function setInput(InputInterface $input)
|
||||
public function setInput(InputInterface $input): void
|
||||
{
|
||||
$this->input = $input;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user