Completed
Push — master ( 456ca5...709ceb )
by Yann
05:58
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.
DependencyInjection/YokaiMessengerExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
             $config['logging_channel']
33 33
         );
34 34
 
35
-        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
35
+        $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
36 36
         $loader->load('services.xml');
37 37
 
38 38
         $swiftmailerEnabled = $config['channels']['swiftmailer']['enabled'] &&
Please login to merge, or discard this patch.