@@ -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;
- }
}