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

Skip NullToStrictStringFuncCallArgRector in rector #104

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

vjik
Copy link
Member

@vjik vjik commented Feb 5, 2024

Q A
Is bugfix?
New feature?
Breaks BC?

@vjik vjik added the status:code review The pull request needs review. label Feb 5, 2024
Copy link

what-the-diff bot commented Feb 5, 2024

PR Summary

  • Introduction of NullToStrictStringFuncCallArgRector into rector.php
    A new class named NullToStrictStringFuncCallArgRector has been added into the rector.php file. This enhancement aims to improve code robustness by ensuring that inputs going into function calls must strictly be strings and not null, minimizing unexpected errors due to varying data types.

@vjik vjik requested a review from a team February 5, 2024 14:48
@vjik vjik merged commit 28904fe into master Feb 8, 2024
2 of 17 checks passed
@vjik vjik deleted the vjik-patch-1 branch February 8, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants