fixes #1939 update phpmailer from 6.5.1 to 6.8.0 (PHP 8.2 compatibility)

This commit is contained in:
plegall
2023-08-02 12:46:34 +02:00
parent a9fbb3546c
commit da559de7aa
6 changed files with 494 additions and 77 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ use League\OAuth2\Client\Token\AccessToken;
*
* @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
*/
class OAuth
class OAuth implements OAuthTokenProvider
{
/**
* An instance of the League OAuth Client Provider.