Completed
Push — master ( d82d84...28a6d6 )
by Yann
03:27
created
Channel/DoctrineChannel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Yokai\MessengerBundle\Channel;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-use Symfony\Component\HttpFoundation\File\File;
7 6
 use Symfony\Component\Filesystem\Filesystem;
8 7
 use Yokai\MessengerBundle\Delivery;
9 8
 use Yokai\MessengerBundle\Entity\Notification;
Please login to merge, or discard this patch.
Entity/Notification.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\Common\Collections\ArrayCollection;
6 6
 use Doctrine\Common\Collections\Collection;
7 7
 use Doctrine\Common\Util\ClassUtils;
8
-use Symfony\Component\HttpFoundation\File\File;
9 8
 use Yokai\MessengerBundle\Recipient\DoctrineRecipientInterface;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.