Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
Pull-Request was automatically synchronized: https://github.com/doctrine/doctrine2/pull/160
Added <variableDefault> on generated class.
This generate methods like:
```function setGroup(Group $group = null){
}
```
that allow to remove "Group" association if the relation is one-to-one.
Plus some indentation issue
Merged