[phpmailer] Update phpmailer to v6.5.0

This commit is contained in:
Philipp 2021-06-26 19:46:51 +02:00
parent 3879d4f4fa
commit 410c90460e
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
66 changed files with 1022 additions and 540 deletions

View file

@ -13,6 +13,9 @@ class ComposerAutoloaderInitPhpMailerAddon
}
}
/**
* @return \Composer\Autoload\ClassLoader
*/
public static function getLoader()
{
if (null !== self::$loader) {