Skip to content

Commit

Permalink
docs: corrected phpdocs on TaskMail params
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Oct 9, 2023
1 parent 749e9f5 commit 45a27e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/Mail/TaskMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ class TaskMail extends Mailable
/**
* Create a new message instance.
*
* @param Endorsement $endorsement
* @param string $mailSubject
* @param User $user
* @param array $textLines an array of markdown lines to add
* @param string $contactMail optional contact e-mail to put in footer
* @param string $actionUrl optinal action button url
* @param string $actionText optional action button text
* @param string $actionColor optional bootstrap button color override
* @return void
*/
public function __construct(string $mailSubject, User $user, array $textLines)
Expand Down

0 comments on commit 45a27e4

Please sign in to comment.