Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Output / ConsoleOutputInterface.php
index 5eb4fc7acde2bc1b57be73227b4ccde707a36ab5..b44ea7e058de64bd082f7ad163f625db95ee2526 100644 (file)
@@ -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);
 }