Doctrine annotation OneToMany doesn't need JoinColumn annotation, you just define mappedBy and mapped field has ManyToOne and JoinColumn annotations.
OneToMany
JoinColumn
mappedBy
ManyToOne