Skip to content

Commit 5ca6b25

Browse files
AbdelElrafataylorotwell
authored andcommitted
[5.8] Fix the pending mail mailer property docblock. (#26806)
* Fix the pending mail mailer property docblock. * Update to remove $mailer from the docblock.
1 parent baaddfa commit 5ca6b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/PendingMail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PendingMail
1212
/**
1313
* The mailer instance.
1414
*
15-
* @var\Illuminate\Contracts\Mail\Mailer $mailer
15+
* @var \Illuminate\Contracts\Mail\Mailer
1616
*/
1717
protected $mailer;
1818

0 commit comments

Comments
 (0)