Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Question / ChoiceQuestion.php
index 5815e2b04cb49457f34110c1cc422c5f72a2744c..46cc72a368ee7df89437ff75c2121a3fab30b960 100644 (file)
@@ -26,8 +26,6 @@ class ChoiceQuestion extends Question
     private $errorMessage = 'Value "%s" is invalid';
 
     /**
-     * Constructor.
-     *
      * @param string $question The question to ask to the user
      * @param array  $choices  The list of available choices
      * @param mixed  $default  The default answer to return