We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7882f commit c8abe28Copy full SHA for c8abe28
1 file changed
src/Schema/AbstractSchemaInnerParse.php
@@ -124,7 +124,7 @@ final protected function getDataType(mixed $input): string
124
return \is_object($input) ? $input::class : \gettype($input);
125
}
126
127
- protected function varExport(mixed $input): string
+ final protected function varExport(mixed $input): string
128
{
129
if ($input instanceof \DateTimeInterface) {
130
return 'new \DateTimeImmutable(\''.$input->format('c').'\')';
0 commit comments