fix Declaration of OCA\OCCWeb\Controller\OccOutput::getErrorOutput() must be compatible
Declaration of OCA\OCCWeb\Controller\OccOutput::getErrorOutput() must be compatible with Symfony\Component\Console\Output\ConsoleOutputInterface::getErrorOutput(): Symfony\Component\Console\Output\OutputInterface at /var/www/html/custom_apps/occweb/lib/Controller/OccOutput.php#22
This commit is contained in:
committed by
Adphi
parent
cc591973a4
commit
b1159a811a
@@ -19,7 +19,7 @@ class OccOutput extends BufferedOutput implements ConsoleOutputInterface
|
||||
*
|
||||
* @return OutputInterface
|
||||
*/
|
||||
public function getErrorOutput()
|
||||
public function getErrorOutput(): OutputInterface
|
||||
{
|
||||
// TODO: Implement getErrorOutput() method.
|
||||
return $this;
|
||||
|
||||
Reference in New Issue
Block a user