Completed
Pull Request — master (#22)
by
unknown
06:08
created
src/Broadcast.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,6 @@
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param \SoapClient $client
42
-     * @param string $list
43
-     * @param string $campaign
44 42
      */
45 43
     public function __construct(\SoapClient $client)
46 44
     {
Please login to merge, or discard this patch.
src/Transport.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Psr\Log\LoggerInterface;
15 15
 use Psr\Log\LoggerAwareInterface;
16
-
17 16
 use Mediapart\Selligent\Response\GetUserByFilterResponse;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.