We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0930a43 commit 5ce17beCopy full SHA for 5ce17be
src/DateRangeSynth.php
@@ -17,7 +17,7 @@ static function matchByType($type) {
17
return $type === DateRange::class;
18
}
19
20
- static function unwrap($target) {
+ static function unwrapForValidation($target) {
21
$data = [
22
'start' => $target->start()?->format('Y-m-d'),
23
'end' => $target->end()?->format('Y-m-d'),
0 commit comments