Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Output / OutputInterface.php
index a291ca7d7e22085957a351c902357729e4c4b647..cddfbb49e075fcacd245f9b0a49f578f81b6b58a 100644 (file)
@@ -103,11 +103,6 @@ interface OutputInterface
      */
     public function isDecorated();
 
-    /**
-     * Sets output formatter.
-     *
-     * @param OutputFormatterInterface $formatter
-     */
     public function setFormatter(OutputFormatterInterface $formatter);
 
     /**