We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5e5dd commit ae373f0Copy full SHA for ae373f0
src/ConstantContact/Client.php
@@ -36,6 +36,8 @@ class Client
36
37
private $sessionCallback = null;
38
39
+ private \GuzzleHttp\HandlerStack $guzzleHandler;
40
+
41
/**
42
* Construct a client.
43
*
@@ -180,7 +182,7 @@ public function getAuthorizationURL() : string
180
182
* Make this call by passing in the code present when the account owner is redirected back to you.
181
183
* The response will contain an 'access_token' and 'refresh_token'
184
- * @param array of get parameters passed to redirect URL
185
+ * @param array $parameters passed to redirect URL
186
*/
187
public function acquireAccessToken(array $parameters) : bool
188
{
0 commit comments