Skip to content

Commit bb17498

Browse files
committed
style fixes
1 parent 7ebcaba commit bb17498

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Mailchimp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)