Fix code comments

This commit is contained in:
2020-10-21 15:05:59 +02:00
committed by Stefan Rohde-Enslin
parent 12c4a0abf8
commit ae2d83172d
2 changed files with 17 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<?PHP
/**
* Wrapper class around mysqli.
* Contains a class MDMailerHelper for improved handling of mails in the md ecosystem.
*/
declare(strict_types = 1);
@@ -9,12 +9,12 @@ use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;
/**
* MD mysqli wrapper.
* Class containing static functions for an easier handling of mails.
*/
final class MDMailerHelper {
/**
* PHP-encrypts a message to a given email address.
* PGP-encrypts a message to a given email address.
*
* @param string $to Recipient email address.
* @param string $msg Message contents.