10000 Remove unused code from DateTime constraint · symfony/symfony@6bb9075 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bb9075

Browse files
committed
Remove unused code from DateTime constraint
1 parent f5de854 commit 6bb9075

File tree D884

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Symfony/Component/Validator/Constraints/DateTime.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,4 @@
1414
class DateTime extends \Symfony\Component\Validator\Constraint
1515
{
1616
public $message = 'This value is not a valid datetime';
17-
18-
/**
19-
* {@inheritDoc}
20-
*/
21-
public function getTargets()
22-
{
23-
return self::PROPERTY_CONSTRAINT;
24-
}
2517
}

0 commit comments

Comments
 (0)
0