Skip to content
Triggered via push August 9, 2023 10:24
Status Failure
Total duration 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Checks/Traits/ChecksUrl.php#L90
Call to an undefined method Vormkracht10\LaravelOK\Checks\Base\Result::shortSummary().
phpstan: src/Checks/Traits/ChecksUrl.php#L97
Call to an undefined method Vormkracht10\LaravelOK\Checks\Base\Result::shortSummary().
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/Commands/RunChecksCommand.php#L79
Class Vormkracht10\LaravelOK\Events\CheckEnded constructor invoked with 2 parameters, 1 required.
phpstan: src/LaravelOKServiceProvider.php#L37
Access to an undefined property Illuminate\Contracts\Foundation\Application::$events.
phpstan: src/Notifications/CheckFailedNotification.php#L60
Method Vormkracht10\LaravelOK\Notifications\CheckFailedNotification::toDiscord() has invalid return type NotificationChannels\Discord\DiscordMessage.
phpstan: src/Notifications/CheckFailedNotification.php#L62
Call to static method create() on an unknown class NotificationChannels\Discord\DiscordMessage.
phpstan: src/Notifications/CheckFailedNotification.php#L68
Method Vormkracht10\LaravelOK\Notifications\CheckFailedNotification::toSlack() has invalid return type Illuminate\Notifications\Messages\SlackMessage.