| @@ -412,7 +412,7 @@ | ||
| 412 | 412 | * | 
| 413 | 413 | * @param array $parameters | 
| 414 | 414 | * | 
| 415 | - * @return array | |
| 415 | + * @return string[] | |
| 416 | 416 | */ | 
| 417 | 417 | private function resolveRequestParameters(array $parameters) | 
| 418 | 418 |      { | 
| @@ -6,7 +6,6 @@ | ||
| 6 | 6 | use Nexy\PayboxDirect\Paybox; | 
| 7 | 7 | use Nexy\PayboxDirect\Response\DirectPlusResponse; | 
| 8 | 8 | use Nexy\PayboxDirect\Response\DirectResponse; | 
| 9 | -use Nexy\PayboxDirect\Response\PayboxResponse; | |
| 10 | 9 | |
| 11 | 10 | /** | 
| 12 | 11 | * @author Sullivan Senechal <[email protected]> |