-
Notifications
You must be signed in to change notification settings - Fork 1
datatype support enum #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/Config/BaseConfig.php
Outdated
return DatatypeSupport::NONE; | ||
} | ||
return $this->getStringValue(['storage', 'output', 'data_type_support'], (string) $env); | ||
return DatatypeSupport::from($this->getStringValue(['storage', 'output', 'data_type_support'], (string) $env)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tady by to chtělo asi odchytit vyhodit user exception, když to user přepíše v configu na non enum value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tak tam može byt tryFrom aby to vrátilo null 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jo, to pak to fallbackne na ten default no.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apdejtnuto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
akorát bude potřeba vydat novů major verzi teda.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Já bych spíš ten release 10 zrušil, tam bylo víc chyb.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
může být 👍
No description provided.