Remove redundant typing from DocBlocks
This commit is contained in:
@@ -36,8 +36,6 @@ class SubscriptionConfirm extends Mailable
|
||||
|
||||
/**
|
||||
* Get the message envelope.
|
||||
*
|
||||
* @return \Illuminate\Mail\Mailables\Envelope
|
||||
*/
|
||||
public function envelope(): Envelope
|
||||
{
|
||||
@@ -48,8 +46,6 @@ class SubscriptionConfirm extends Mailable
|
||||
|
||||
/**
|
||||
* Get the message content definition.
|
||||
*
|
||||
* @return \Illuminate\Mail\Mailables\Content
|
||||
*/
|
||||
public function content(): Content
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user