소스 검색

Remove unused code from DateTime constraint

Joseph Bielawski 14 년 전
부모
커밋
6bb9075b35
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      src/Symfony/Component/Validator/Constraints/DateTime.php

+ 0 - 8
src/Symfony/Component/Validator/Constraints/DateTime.php

@@ -14,12 +14,4 @@ namespace Symfony\Component\Validator\Constraints;
 class DateTime extends \Symfony\Component\Validator\Constraint
 {
     public $message = 'This value is not a valid datetime';
-
-    /**
-     * {@inheritDoc}
-     */
-    public function getTargets()
-    {
-        return self::PROPERTY_CONSTRAINT;
-    }
 }