-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Use cast types instead of xyzval() #17511
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
Use cast types instead of xyzval() #17511
Conversation
Hi @sreichel. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Waiting for another PR with |
Hi @sidolov, thank you for the review. |
Close/reopen to trigger travis. |
Hi @sreichel. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Description
Replaced all
-
boolval()
with(bool)
-
floatval()
with(float)
-
intval()
with(int)
-
strval()
with(string)
Contribution checklist