/** * Remove tag * * @param \AppBundle\Entity\Tag $tag */ public function removeTag(\AppBundle\Entity\Tag $tag) { $this->tags->removeElement($tag); }