mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-20 21:57:51 +09:00
Updates to vendors etc
This commit is contained in:
@@ -21,8 +21,6 @@ interface InputAwareInterface
|
||||
{
|
||||
/**
|
||||
* Sets the Console Input.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setInput(InputInterface $input);
|
||||
public function setInput(InputInterface $input): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user