yiisoft / validator

Yii validator library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
110 stars 36 forks source link

add DateRule (#602) #646

Closed pamparam83 closed 5 months ago

pamparam83 commented 5 months ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b8af2d7) 94.49% compared to head (a0a4d49) 94.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #646 +/- ## ============================================ + Coverage 94.49% 94.59% +0.10% - Complexity 780 797 +17 ============================================ Files 91 93 +2 Lines 2380 2425 +45 ============================================ + Hits 2249 2294 +45 Misses 131 131 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pamparam83 commented 5 months ago

@vjik I deleted the Date left the DateTime

samdark commented 5 months ago

StyleCI doesn't matter much. It will automatically fix style anyway.

samdark commented 5 months ago

Thank you!