@@ -116,7 +116,7 @@ |
||
116 | 116 | /** |
117 | 117 | * @param IpstackClientInterface $ipstack_client IpstackClient |
118 | 118 | * @param string $ip_address_attribute Optional: Request attribute name with Client IP address |
119 | - * @param array $request_attributes Optional: Map ipstack fields to request attributes |
|
119 | + * @param array $ipstack_attributes Optional: Map ipstack fields to request attributes |
|
120 | 120 | * @param LoggerInterface|null $logger Optional: PSR-3 Logger |
121 | 121 | */ |
122 | 122 | public function __construct( IpstackClientInterface $ipstack_client, string $ip_address_attribute = null, array $ipstack_attributes = array(), LoggerInterface $logger = null, string $success_loglevel = null , string $invalid_ip_loglevel = null , string $ipstack_error_loglevel = null ) |