switch to a different SlackMessage implementation #112
Annotations
7 errors
phpstan:
src/Notifications/Notifications/BackupHasFailedNotification.php#L35
Call to an undefined method Illuminate\Notifications\Slack\SlackMessage::error().
|
phpstan:
src/Notifications/Notifications/BackupWasSuccessfulNotification.php#L34
Call to an undefined method Illuminate\Notifications\Slack\SlackMessage::success().
|
phpstan:
src/Notifications/Notifications/CleanupHasFailedNotification.php#L37
Call to an undefined method Illuminate\Notifications\Slack\SlackMessage::error().
|
phpstan:
src/Notifications/Notifications/CleanupWasSuccessfulNotification.php#L34
Call to an undefined method Illuminate\Notifications\Slack\SlackMessage::success().
|
phpstan:
src/Notifications/Notifications/HealthyBackupWasFoundNotification.php#L34
Call to an undefined method Illuminate\Notifications\Slack\SlackMessage::success().
|
phpstan:
src/Notifications/Notifications/UnhealthyBackupWasFoundNotification.php#L44
Call to an undefined method Illuminate\Notifications\Slack\SlackMessage::error().
|
phpstan
Process completed with exit code 1.
|