summaryrefslogtreecommitdiff
path: root/vendor/symfony/console/Output/ConsoleOutputInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/console/Output/ConsoleOutputInterface.php')
-rw-r--r--vendor/symfony/console/Output/ConsoleOutputInterface.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/symfony/console/Output/ConsoleOutputInterface.php b/vendor/symfony/console/Output/ConsoleOutputInterface.php
index 5eb4fc7a..b44ea7e0 100644
--- a/vendor/symfony/console/Output/ConsoleOutputInterface.php
+++ b/vendor/symfony/console/Output/ConsoleOutputInterface.php
@@ -26,10 +26,5 @@ interface ConsoleOutputInterface extends OutputInterface
*/
public function getErrorOutput();
- /**
- * Sets the OutputInterface used for errors.
- *
- * @param OutputInterface $error
- */
public function setErrorOutput(OutputInterface $error);
}