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:
Rahammetoela Toekiman
2024-12-18 12:14:14 -03:00
committed by Adphi
parent cc591973a4
commit b1159a811a
+1 -1
View File
@@ -19,7 +19,7 @@ class OccOutput extends BufferedOutput implements ConsoleOutputInterface
* *
* @return OutputInterface * @return OutputInterface
*/ */
public function getErrorOutput() public function getErrorOutput(): OutputInterface
{ {
// TODO: Implement getErrorOutput() method. // TODO: Implement getErrorOutput() method.
return $this; return $this;