-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Merge 2.5.x into 2.6.x #2519
Merge 2.5.x into 2.6.x #2519
Conversation
…ta_providers Remove occurrences of "$this" in data providers
When calling UnitOfWork::clear() without argument
* Use static data providers * Update phpunit.xml.dist Co-authored-by: Claudio Zizza <[email protected]> --------- Co-authored-by: Claudio Zizza <[email protected]>
* 2.5.x: Use static data providers (doctrine#2512) Avoid triggering deprecation (doctrine#2511) Remove occurrences of "$this" in data providers Rename abstract test classes to *TestCase (doctrine#2507) Update branch metadata (doctrine#2508)
Not sure I understand the psalm failures, @franmomu could you please take a look? |
d843c1a
to
4a62792
Compare
The thing about
which is
and
so in mongodb-odm/lib/Doctrine/ODM/MongoDB/Aggregation/Builder.php Lines 289 to 292 in 3091159
mongodb-odm/lib/Doctrine/ODM/MongoDB/Aggregation/Stage/GraphLookup/MatchStage.php Lines 19 to 22 in 3091159
should return a mongodb-odm/lib/Doctrine/ODM/MongoDB/Aggregation/Expr.php Lines 515 to 519 in 3091159
|
* Fix return type * Fix psalm build These new errors are because a bug in psalm with get_class see vimeo/psalm#9607, they will be gone once we use ::class
Should've done this before creating new pipeline stages, that would've helped avoid a nasty conflict resolution. Oh well 🤷♂️