Skip to content

Leverage str_ends_with #41973

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

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Leverage str_ends_with #41973

merged 1 commit into from
Jul 21, 2021

Conversation

Tobion
Copy link
Contributor

@Tobion Tobion commented Jul 4, 2021

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

added the php80 polyfill to requirements when necessary. some components already had the requirement anyway.
Related to #41576

@carsonbot carsonbot added this to the 4.4 milestone Jul 4, 2021
@fabpot
Copy link
Member

fabpot commented Jul 6, 2021

See my comment here: #41576 (comment)

@Tobion
Copy link
Contributor Author

Tobion commented Jul 13, 2021

Could we merge this to not create conflicts? We don't need to wait for CS fixer to have the relevant rules before merging this. We can just enable the rule when it's available.

added the php80 polyfill to requirements when necessary
@nicolas-grekas
Copy link
Member

Thank you @Tobion.

@nicolas-grekas nicolas-grekas merged commit a5675d3 into symfony:4.4 Jul 21, 2021
@Tobion Tobion deleted the str-ends-with branch July 21, 2021 12:17
fabpot added a commit that referenced this pull request Jul 29, 2021
This PR was merged into the 4.4 branch.

Discussion
----------

[Dotenv][Yaml] Remove PHP 8.0 polyfill

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #42280
| License       | MIT
| Doc PR        | N/A

This is a partial revert of #41576 and #41973.

Commits
-------

08ecbf5 Remove polyfills from Yaml and Dotenv
hultberg pushed a commit to hultberg/symfony that referenced this pull request Sep 17, 2021
This PR was merged into the 4.4 branch.

Discussion
----------

Leverage str_ends_with

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       |
| License       | MIT
| Doc PR        |

added the php80 polyfill to requirements when necessary. some components already had the requirement anyway.
Related to symfony#41576

Commits
-------

9d80729 Leverage str_ends_with
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants