From c86a8604239a2f2da0e257e10554cfa3960c59fa Mon Sep 17 00:00:00 2001 From: Synchro Date: Mon, 23 Nov 2015 23:09:18 +0100 Subject: [PATCH] Standards --- class.phpmaileroauthgoogle.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/class.phpmaileroauthgoogle.php b/class.phpmaileroauthgoogle.php index ab6292b8..71c9bd32 100644 --- a/class.phpmaileroauthgoogle.php +++ b/class.phpmaileroauthgoogle.php @@ -49,7 +49,8 @@ class PHPMailerOAuthGoogle $this->oauthUserEmail = $UserEmail; } - private function getProvider() { + private function getProvider() + { return new League\OAuth2\Client\Provider\Google([ 'clientId' => $this->oauthClientId, 'clientSecret' => $this->oauthClientSecret