Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / console / Question / ConfirmationQuestion.php
index 29d98879f0c560ee98e7d20ef86af644cb55be61..40f54b4e9b8d89d4ff59d05f3e7c01ab4fe6c41b 100644 (file)
@@ -21,8 +21,6 @@ class ConfirmationQuestion extends Question
     private $trueAnswerRegex;
 
     /**
-     * Constructor.
-     *
      * @param string $question        The question to ask to the user
      * @param bool   $default         The default answer to return, true or false
      * @param string $trueAnswerRegex A regex to match the "yes" answer