Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Command / HelpCommand.php
index b8fd911ad40825ded7d067417adb3a8ddc2d1256..112679b34a8049d1cf6674eb7a403d08cad480a3 100644 (file)
@@ -56,11 +56,6 @@ EOF
         ;
     }
 
-    /**
-     * Sets the command.
-     *
-     * @param Command $command The command to set
-     */
     public function setCommand(Command $command)
     {
         $this->command = $command;