Completed
Push — master ( df97fa...726db7 )
by Louis
51:58
created
back/src/KI/PonthubBundle/Helper/FileHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\ORM\EntityManager;
6 6
 use KI\PonthubBundle\Entity\Episode;
7 7
 use KI\PonthubBundle\Entity\Game;
8
-use KI\PonthubBundle\Entity\Genre;
9 8
 use KI\PonthubBundle\Entity\Movie;
10 9
 use KI\PonthubBundle\Entity\Other;
11 10
 use KI\PonthubBundle\Entity\Serie;
Please login to merge, or discard this patch.
back/src/KI/PublicationBundle/Entity/PostFile.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6 6
 use JMS\Serializer\Annotation as JMS;
7
-use Symfony\Component\HttpFoundation\File\UploadedFile;
8
-
9 7
 use Symfony\Component\Validator\Constraints as Assert;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.