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

Fix deprecated usage of string functions in BaseUrl helper. #410

Merged

Conversation

muli
Copy link

@muli muli commented Apr 2, 2024

Currently, the BaseUrl helper can use string functions (strripos, rtrim) on null, which emits a deprecation message.
I've created a fix to avoid that from happening in case that the baseUrl can't be determined and has to stay null.

@muli muli changed the title Fix deprecated usage of string functions Fix deprecated usage of string functions in BaseUrl helper. Apr 2, 2024
@develart-projects develart-projects added the bug Something isn't working label Jul 22, 2024
@develart-projects develart-projects added this to the 1.24.1 milestone Jul 22, 2024
@develart-projects develart-projects merged commit 94d85ab into Shardj:master Jul 22, 2024
1 of 8 checks passed
@develart-projects develart-projects added the to be released PR exists or in master, but not released yet label Jul 22, 2024
@muli muli deleted the fix_deprecated_usage_of_string_functions branch July 22, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to be released PR exists or in master, but not released yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants