package and depencies
This commit is contained in:
@@ -21,10 +21,8 @@ interface ConsoleOutputInterface extends OutputInterface
|
||||
{
|
||||
/**
|
||||
* Gets the OutputInterface for errors.
|
||||
*
|
||||
* @return OutputInterface
|
||||
*/
|
||||
public function getErrorOutput();
|
||||
public function getErrorOutput(): OutputInterface;
|
||||
|
||||
public function setErrorOutput(OutputInterface $error);
|
||||
|
||||
|
Reference in New Issue
Block a user