소스 검색

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