Added missing comments Emailer (#637)

This commit is contained in:
Roman Kelesidis 2023-03-20 11:46:36 +07:00 committed by GitHub
commit 96fe6cc5b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,10 @@ use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
use Symfony\Component\Mime\Address;
use Symfony\Component\Mime\Email;
/**
* Class Emailer
* @package TorrentPier
*/
class Emailer
{
/** @var string message text */