From email:
hello. I have found a bug in the annotation export of skipper
here's git diff
/**
- * @ORM\OneToMany(targetEntity="Apuri\OperativeBundle\Entity\PersonContactInfo", mappedBy="BuildingManager")
+ *
*
- * @var ContactInfo
+ * @var
+ * @ORM\OneToOne(targetEntity="Apuri\OperativeBundle\Entity\PersonContactInfo", mappedBy="BuildingManager") ContactInfo
*/
so I have my own @var annotaion, and when I modify the orm annotation 1:m => 1:1, it puts the new annotation in middle of my var