@@ -39,8 +39,6 @@ |
||
| 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 | { |
@@ -13,7 +13,6 @@ |
||
| 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 | /** |