Completed
Pull Request — master (#4)
by
unknown
05:44
created
Adapter/RemoteAdapter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 use Smalot\MagentoBundle\Event\MultiCallTransportEvent;
20 20
 use Smalot\MagentoBundle\Event\SecurityEvent;
21 21
 use Smalot\MagentoBundle\Event\SingleCallTransportEvent;
22
-use Psr\Log\LoggerInterface;  
22
+use Psr\Log\LoggerInterface;
23 23
 use Smalot\MagentoBundle\MagentoException;
24 24
 use Smalot\MagentoBundle\MagentoEvents;
25 25
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
Please login to merge, or discard this patch.