Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-ALPHA3
-
Fix Version/s: 2.0-ALPHA3
-
Component/s: Tools
-
Security Level: All
-
Labels:None
Description
When using sub-namespaces, e.g. an entity is named "Entity\User\Permission", the annontated PHP file has the wrong class:
- - - - 8< - - - -
namespace Entity\User;
...
class User\Permission
{
... - - - - 8< - - - -
The namespace is correct, but the class should be "class Permission"...
The attaches patch should fix this in AnnotationExporter
Thanks for the ticket and patch.