@@ -87,7 +87,7 @@ |
||
87 | 87 | /** |
88 | 88 | * @param IpstackClientInterface $ipstack_client IpstackClient |
89 | 89 | * @param string $ip_address_attribute Optional: Request attribute name with Client IP address |
90 | - * @param array $request_attributes Optional: Map ipstack fields to request attributes |
|
90 | + * @param array $ipstack_attributes Optional: Map ipstack fields to request attributes |
|
91 | 91 | * @param LoggerInterface|null $logger Optional: PSR-3 Logger |
92 | 92 | */ |
93 | 93 | public function __construct( IpstackClientInterface $ipstack_client, string $ip_address_attribute = null, array $ipstack_attributes = array(), LoggerInterface $logger = null ) |