Skip to content

Commit ae373f0

Browse files
committed
Declare $guzzleHander
1 parent 3d5e5dd commit ae373f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ConstantContact/Client.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ class Client
3636

3737
private $sessionCallback = null;
3838

39+
private \GuzzleHttp\HandlerStack $guzzleHandler;
40+
3941
/**
4042
* Construct a client.
4143
*
@@ -180,7 +182,7 @@ public function getAuthorizationURL() : string
180182
* Make this call by passing in the code present when the account owner is redirected back to you.
181183
* The response will contain an 'access_token' and 'refresh_token'
182184
*
183-
* @param array of get parameters passed to redirect URL
185+
* @param array $parameters passed to redirect URL
184186
*/
185187
public function acquireAccessToken(array $parameters) : bool
186188
{

0 commit comments

Comments
 (0)