-
is there anyway to transform nullable type to example: public ?string $address transformed to address: string | null | undefined
// or
address?: string | null |
Beta Was this translation helpful? Give feedback.
Answered by
prswjy
Feb 13, 2025
Replies: 1 comment
-
ok nevermind, i found it. it's in the config called |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prswjy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ok nevermind, i found it. it's in the config called
transform_null_to_optional
.