DDC-2971: [GH-947] Cleaned up further unused imports. #3699

Open
opened 2026-01-22 14:25:43 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Feb 9, 2014).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of BenMorel:

Url: https://github.com/doctrine/doctrine2/pull/947

Message:

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;
Originally created by @doctrinebot on GitHub (Feb 9, 2014). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user @doctrinebot: This issue is created automatically through a Github pull request on behalf of BenMorel: Url: https://github.com/doctrine/doctrine2/pull/947 Message: 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 Bug label 2026-01-22 14:25:43 +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#3699