Skip to content

Commit

Permalink
Removed useless phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Okipa committed Feb 19, 2023
1 parent 6de97f8 commit a205434
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Notifications/JobsAreStuck.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ public function toMail(): MailMessage
. '"php artisan queue:failed" command.'));
}

/**
* Get the slack representation of the notification.
*
* @return \Illuminate\Notifications\Messages\SlackMessage
*/
public function toSlack(): SlackMessage
{
return (new SlackMessage())->error()->content('⚠ '
Expand Down

0 comments on commit a205434

Please sign in to comment.