File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 11<?php
2-
2+ /**
3+ * This file is part of Jrean\UserVerification package.
4+ *
5+ * (c) Jean Ragouin <[email protected] > <www.askjong.com> 6+ */
37namespace Jrean \UserVerification \Mail ;
48
59use Illuminate \Bus \Queueable ;
@@ -22,27 +26,31 @@ class VerificationTokenGenerated extends Mailable
2226 /**
2327 * The subject of the message.
2428 *
25- * @var string
29+ * @var string|null
2630 */
2731 public $ subject ;
2832
2933 /**
30- * The person the message is from.
34+ * The person/company/project e-mail the message is from.
3135 *
32- * @var mixed
36+ * @var string|null
3337 */
3438 public $ from_address ;
3539
3640 /**
37- * The person name the message is from.
41+ * The person/company/project name the message is from.
3842 *
39- * @var mixed
43+ * @var string|null
4044 */
4145 public $ from_name ;
4246
4347 /**
4448 * Create a new message instance.
4549 *
50+ * @param \Illuminate\Contracts\Auth\Authenticatable $user
51+ * @param string|null $subject
52+ * @param string|null $from_address
53+ * @param string|null $from_name
4654 * @return void
4755 */
4856 public function __construct (
You can’t perform that action at this time.
0 commit comments