-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add doctrine/orm v3 compatibility #329
Add doctrine/orm v3 compatibility #329
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #329 +/- ##
============================================
+ Coverage 86.68% 86.79% +0.11%
Complexity 1 1
============================================
Files 19 19
Lines 811 818 +7
============================================
+ Hits 703 710 +7
Misses 108 108 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just fix stan :)
Done, ready for review 🙂 |
@@ -5,3 +5,5 @@ parameters: | |||
paths: | |||
- src | |||
- tests | |||
ignoreErrors: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this to baseline instead :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant separate baseline file.. but nevermind
bors merge |
Thank you @bpolaszek |
Add doctrine/orm: ^3.0 compatibility.