Closed
Description
BC Break Report
Q | A |
---|---|
BC Break | yes |
Version | 2.10 |
Summary
After #8837, there are some UoW methods that the parameter has changed:
orm/lib/Doctrine/ORM/UnitOfWork.php
Lines 3243 to 3254 in 81d472f
orm/lib/Doctrine/ORM/UnitOfWork.php
Lines 3025 to 3040 in 81d472f
Because the OID is different, at first I thought they were internal, but apparently it is some kind of internal notes.
Previous behavior
Before this, for calling these method you should generate the oid with spl_object_hash()
Current behavior
Now that oid is not valid anymore.
How to reproduce
Tests started to fail in https://github.com/doctrine-extensions/DoctrineExtensions