Skip to content

Merge remote-tracking branch 'origin/feature/dependency-audit-check' … #71

Merge remote-tracking branch 'origin/feature/dependency-audit-check' …

Merge remote-tracking branch 'origin/feature/dependency-audit-check' … #71

Triggered via push August 29, 2023 15:05
Status Failure
Total duration 32s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Checks/Traits/RendersWebPage.php#L75
Call to static method urlNotSet() on an unknown class Vormkracht10\LaravelOK\Exceptions\InvalidCheck.
phpstan: src/Checks/Traits/RendersWebPage.php#L91
Call to an undefined method Vormkracht10\LaravelOK\Checks\Base\Result::shortSummary().
phpstan: src/Checks/Traits/RendersWebPage.php#L98
Call to an undefined method Vormkracht10\LaravelOK\Checks\Base\Result::shortSummary().
phpstan: src/Notifications/CheckFailedNotification.php#L62
Method Vormkracht10\LaravelOK\Notifications\CheckFailedNotification::toDiscord() has invalid return type NotificationChannels\Discord\DiscordMessage.
phpstan: src/Notifications/CheckFailedNotification.php#L64
Call to static method create() on an unknown class NotificationChannels\Discord\DiscordMessage.
phpstan: src/Notifications/CheckFailedNotification.php#L70
Method Vormkracht10\LaravelOK\Notifications\CheckFailedNotification::toSlack() has invalid return type Illuminate\Notifications\Messages\SlackMessage.
phpstan: src/Notifications/CheckFailedNotification.php#L72
Call to method content() on an unknown class Illuminate\Notifications\Messages\SlackMessage.
phpstan: src/Notifications/CheckFailedNotification.php#L72
Instantiated class Illuminate\Notifications\Messages\SlackMessage not found.
phpstan: src/Notifications/CheckFailedNotification.php#L76
Method Vormkracht10\LaravelOK\Notifications\CheckFailedNotification::toTelegram() has invalid return type NotificationChannels\Telegram\TelegramMessage.
phpstan: src/Notifications/CheckFailedNotification.php#L78
Call to static method create() on an unknown class NotificationChannels\Telegram\TelegramMessage.