Преглед на файлове

[Form] removed obsolete comment

Fabien Potencier преди 14 години
родител
ревизия
87fefcae62
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/Symfony/Component/Form/Extension/Core/ChoiceList/MonthChoiceList.php

+ 0 - 1
src/Symfony/Component/Form/Extension/Core/ChoiceList/MonthChoiceList.php

@@ -45,7 +45,6 @@ class MonthChoiceList extends PaddedChoiceList
             $this->formatter->setPattern($matches[0]);
 
             foreach ($this->choices as $choice => $value) {
-                // It's important to specify the first day of the month here!
                 $this->choices[$choice] = $this->formatter->format(gmmktime(0, 0, 0, $value, 15));
             }