Skip to content

Commit

Permalink
chore(email): Correct PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Dec 16, 2024
1 parent c0cda24 commit d58146c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Service/EmailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public function __construct(
*
* @param EmailDto $emailDto the email to send
*
* @throws TransportExceptionInterface if the email cannot be sent
* @throws TransportExceptionInterface if the email cannot be sent
* @throws \DateMalformedStringException if the date is malformed
*/
public function send(EmailDto $emailDto): void
{
Expand Down

0 comments on commit d58146c

Please sign in to comment.