@@ -283,7 +283,7 @@ discard block |
||
283 | 283 | } |
284 | 284 | |
285 | 285 | /** |
286 | - * @return string |
|
286 | + * @return boolean |
|
287 | 287 | */ |
288 | 288 | public function getExist() |
289 | 289 | { |
@@ -533,7 +533,7 @@ discard block |
||
533 | 533 | } |
534 | 534 | |
535 | 535 | /** |
536 | - * @param Genre $artist |
|
536 | + * @param Artist $artist |
|
537 | 537 | * @return $this |
538 | 538 | */ |
539 | 539 | public function removeArtist(Artist $artist) |
@@ -756,7 +756,7 @@ discard block |
||
756 | 756 | } |
757 | 757 | |
758 | 758 | /** |
759 | - * @return string |
|
759 | + * @return boolean |
|
760 | 760 | */ |
761 | 761 | public function getTagged() |
762 | 762 | { |
@@ -6,11 +6,7 @@ |
||
6 | 6 | use Doctrine\ORM\Mapping as ORM; |
7 | 7 | use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity; |
8 | 8 | use Doctrine\ORM\Mapping\UniqueConstraint; |
9 | -use Symfony\Component\Validator\Constraints as Assert; |
|
10 | 9 | use Symfony\Component\Serializer\Annotation\Groups; |
11 | -use DeejayPoolBundle\Entity\AvdItem; |
|
12 | -use DeejayPoolBundle\Entity\SvItem; |
|
13 | -use DeejayPoolBundle\Entity\FranchisePoolItem; |
|
14 | 10 | |
15 | 11 | /** |
16 | 12 | * Media |