DDC-651: Bad class (without used namespace) is provided in extends section of entity class declaration in generator. #801

Closed
opened 2026-01-22 12:50:57 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Jun 23, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user svodev:

Bad class (without used namespace) is provided in extends section of entity class declaration in generator.

For example with option --extend="Nette\Object" the class looks like this:

// ...

namespace Entities;

use Nette;

class Foo extends Object <= this is bad. Here should by Nette\Object

// ...

Originally created by @doctrinebot on GitHub (Jun 23, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user svodev: Bad class (without used namespace) is provided in extends section of entity class declaration in generator. For example with option --extend="Nette\Object" the class looks like this: // ... namespace Entities; use Nette; class Foo extends Object <= this is bad. Here should by Nette\Object // ...
admin added the Bug label 2026-01-22 12:50:57 +01:00
admin closed this issue 2026-01-22 12:50:58 +01:00
Author
Owner

@doctrinebot commented on GitHub (Aug 8, 2010):

Comment created by @beberlei:

Fixed

@doctrinebot commented on GitHub (Aug 8, 2010): Comment created by @beberlei: Fixed
Author
Owner

@doctrinebot commented on GitHub (Aug 8, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Aug 8, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#801