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

Remove deprecated usage of StringUtility::endsWith() #70

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

DanielSiepmann
Copy link
Member

This is deprecated in newer PHP versions, one should use native str_ends_with() instead.

We remove the deprecation by using this function. But we also support older PHP versions, so we add symfony/polyfill-php80 as dependency to always ensure this function exists.

This is deprecated in newer PHP versions, one should use native
str_ends_with() instead.

We remove the deprecation by using this function. But we also support
older PHP versions, so we add symfony/polyfill-php80 as dependency to
always ensure this function exists.
@DanielSiepmann DanielSiepmann merged commit 7f6bd13 into main Sep 13, 2022
@DanielSiepmann DanielSiepmann deleted the task/remove-deprecation branch September 13, 2022 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant