-
Notifications
You must be signed in to change notification settings - Fork 33
Fix CS #414
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 CS #414
Conversation
WalkthroughThe PR adds a Symfony var-exporter dev dependency, implements the Stringable interface on the DummyObjectId test class, and documents a Doctrine deprecation notice in the baseline-ignore file. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8–12 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (1)📓 Common learnings🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #414 +/- ##
=======================================
Coverage 88.38% 88.38%
=======================================
Files 20 20
Lines 878 878
=======================================
Hits 776 776
Misses 102 102 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request
Related issue
Fixes #<issue_number>
What does this PR do?
Had to explicitly add
symfony/var-exporterto dev dependencies, otherwise it is installed as v8 (which we don't support yet), and phpstan then returns error:PR checklist
Please check if your PR fulfills the following requirements:
Summary by CodeRabbit
Chores
Tests
✏️ Tip: You can customize this high-level summary in your review settings.