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

Require symfony/polyfill-php80 for dev/tests #196

Merged
merged 1 commit into from
May 14, 2023

Conversation

spaze
Copy link
Owner

@spaze spaze commented May 14, 2023

Better than to have @requires function str_starts_with in each test that would need it because the number of tests will grow and you can't tell if the test needs str_starts_with() until you run the test on a PHP version without the function.

This way it's more general and slightly more visible maybe.

See phpstan/phpstan#9300

Better than to have `@requires function str_starts_with` in each test that would need it because the number of tests will grow and you can't tell if the test needs str_starts_with() until you run the test on a PHP version without the function.

This way it's more general and slightly more visible maybe.

See phpstan/phpstan#9300
@spaze spaze self-assigned this May 14, 2023
@spaze spaze merged commit ed205b4 into main May 14, 2023
62 checks passed
@spaze spaze deleted the spaze/require-dev-symfony-polyfill branch May 14, 2023 23:28
spaze added a commit that referenced this pull request Jan 6, 2024
spaze added a commit that referenced this pull request Jan 6, 2024
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