Completed
Push — master ( 548465...d972fa )
by Dmytro
03:45
created
src/Webhook/Bundle/Service/RetryHandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
5 5
 namespace Webhook\Bundle\Service;
6 6
 
7 7
 
8
+use Bunny\Client;
8 9
 use Webhook\Domain\Infrastructure\HandlerInterface;
9 10
 use Webhook\Domain\Model\Webhook;
10
-use Bunny\Client;
11 11
 
12 12
 /**
13 13
  * Class RetryHandler
Please login to merge, or discard this patch.