Completed
Pull Request — master (#5)
by Christophe
02:50
created
src/Entity/Media.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
756 756
     }
757 757
 
758 758
     /**
759
-     * @return string
759
+     * @return boolean
760 760
      */
761 761
     public function getTagged()
762 762
     {
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,11 +6,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.