Total Complexity | 5 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class Birthdate extends Date implements \Validate\Contracts\Validate |
||
8 | { |
||
9 | public static function toDatabase($birthdate) |
||
10 | { |
||
11 | return parent::toDatabase($birthdate); |
||
12 | } |
||
13 | |||
14 | public static function validate($birthdate) |
||
26 | } |
||
27 | |||
28 | public static function isSame(string $to, string $from) |
||
34 |