mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-15 19:33:57 +09:00
Updates to vendors etc
This commit is contained in:
@@ -25,10 +25,8 @@ interface StreamableInputInterface extends InputInterface
|
||||
* This is mainly useful for testing purpose.
|
||||
*
|
||||
* @param resource $stream The input stream
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setStream($stream);
|
||||
public function setStream($stream): void;
|
||||
|
||||
/**
|
||||
* Returns the input stream.
|
||||
|
||||
Reference in New Issue
Block a user