Completed
Push — master ( 000445...c8f0e6 )
by
unknown
04:21
created
Entity/Media.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\Mapping as ORM;
6 6
 use MediaMonks\SonataMediaBundle\Model\MediaInterface;
7 7
 use MediaMonks\SonataMediaBundle\Model\MediaTrait;
8
-use Symfony\Component\Validator\Constraints as Assert;
9 8
 
10 9
 /**
11 10
  * @ORM\Entity(repositoryClass="MediaRepository")
Please login to merge, or discard this patch.
Helper/Controller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Symfony\Component\HttpFoundation\RedirectResponse;
7 7
 use Symfony\Component\HttpFoundation\Request;
8 8
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
9
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
10 9
 use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException;
11 10
 
12 11
 class Controller
Please login to merge, or discard this patch.