mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/10433
State: closed
Merged: Yes
I noticed that when I remove this line
98e557b68e/lib/Doctrine/ORM/Tools/Pagination/Paginator.php (L169)added in #7837 the corresponding tests still pass.
This is because the relevant branch in
\Doctrine\ORM\Tools\Pagination\Paginator::getIterator()is not reached. A new necessary condition was added briefly afterwards in #7863, and that caused the tests to miss the relevant section.With the change suggested here, removing the line will make the specific test fail again.