Skip to content
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

[web] fix deprecated passing null to parameter of type string. #4769

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

ashkanj
Copy link
Contributor

@ashkanj ashkanj commented Jun 9, 2022

Fixes #4768

Description of the Change
Casting the parameter $string to type string before passing it to the trim function to prevent passing null to the trim function. see #4768

Release Notes
Casting the parameter $string to type string before passing it to the trim function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[WEB] Deprecated: Passing null parameter to function trim()
3 participants