Fix a bunch of phpstan issues.

This commit is contained in:
James Cole
2023-11-28 18:57:10 +01:00
parent b0a39c00ba
commit 1c3cb85a46
31 changed files with 197 additions and 137 deletions

View File

@@ -53,6 +53,7 @@ class TestNotification extends Notification
* Get the array representation of the notification.
*
* @param mixed $notifiable
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*
* @return array
*/
@@ -67,6 +68,7 @@ class TestNotification extends Notification
* Get the mail representation of the notification.
*
* @param mixed $notifiable
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*
* @return MailMessage
*/
@@ -81,6 +83,7 @@ class TestNotification extends Notification
* Get the Slack representation of the notification.
*
* @param mixed $notifiable
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*
* @return SlackMessage
*/
@@ -91,6 +94,7 @@ class TestNotification extends Notification
/**
* Get the notification's delivery channels.
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*
* @param mixed $notifiable
*