File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -277,8 +277,7 @@ public function verifiedDomains($domain_name = null)
277277 public static function getAuthUrl (
278278 $ client_id ,
279279 $ redirect_uri
280- )
281- {
280+ ) {
282281 $ encoded_uri = urlencode ($ redirect_uri );
283282
284283 $ authUrl = "https://login.mailchimp.com/oauth2/authorize " ;
@@ -303,8 +302,7 @@ public static function oauthExchange(
303302 $ client_id ,
304303 $ client_sec ,
305304 $ redirect_uri
306- )
307- {
305+ ) {
308306 $ encoded_uri = urldecode ($ redirect_uri );
309307
310308 $ oauth_string = "grant_type=authorization_code " ;
@@ -371,6 +369,8 @@ private static function requestKeyFromToken($access_token)
371369 * @param MailchimpRequest $request
372370 *
373371 * @return MailchimpConnection
372+ *
373+ * @throws MailchimpException
374374 */
375375 protected static function getStaticConnection (MailchimpRequest $ request )
376376 {
You can’t perform that action at this time.
0 commit comments