Browse Source

[Form] removed obsolete comment

Fabien Potencier 14 years ago
parent
commit
87fefcae62

+ 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));
             }