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 rector #780

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Fix rector #780

merged 1 commit into from
Nov 21, 2023

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Nov 21, 2023

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues -

Copy link

what-the-diff bot commented Nov 21, 2023

PR Summary

  • Rectification in rector.php file
    The AddDefaultValueForUndefinedVariableRector class, which was previously overlooked, is now included in the list of classes under review, allowing for better code optimization and reducing the likelihood of potential undefined variables issues in the future.

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6845a40) 99.64% compared to head (2f33433) 99.64%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #780   +/-   ##
=========================================
  Coverage     99.64%   99.64%           
  Complexity     1272     1272           
=========================================
  Files            63       63           
  Lines          3061     3061           
=========================================
  Hits           3050     3050           
  Misses           11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vjik vjik merged commit 8a3d81f into master Nov 21, 2023
170 checks passed
@vjik vjik deleted the fix-rector branch November 21, 2023 14:02
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.

2 participants