[PR #947] Cleaned up further unused imports. #8941

Closed
opened 2026-01-22 16:02:25 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/947

State: closed
Merged: Yes


Further cleanup of unused use statements.

Sorry for the extra PR, I previously missed the less obvious ones that were importing classes from their own namespace, for example:

namespace Doctrine\ORM;
use Doctrine\ORM\EntityManagerInterface;
**Original Pull Request:** https://github.com/doctrine/orm/pull/947 **State:** closed **Merged:** Yes --- Further cleanup of unused `use` statements. Sorry for the extra PR, I previously missed the less obvious ones that were importing classes from their own namespace, for example: ``` namespace Doctrine\ORM; use Doctrine\ORM\EntityManagerInterface; ```
admin added the pull-request label 2026-01-22 16:02:25 +01:00
admin closed this issue 2026-01-22 16:02:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8941