Skip to content

Merge branch 'main' into check-for-elements-on-page #73

Merge branch 'main' into check-for-elements-on-page

Merge branch 'main' into check-for-elements-on-page #73

Triggered via push August 31, 2023 11:23
Status Failure
Total duration 51s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Checks/Traits/ChecksForElementOnPage.php#L78
Negated boolean expression is always false.
phpstan: src/Checks/Traits/ChecksForElementOnPage.php#L106
PHPDoc tag @throws with type Spatie\Health\Exceptions\InvalidCheck is not subtype of Throwable
phpstan: src/Checks/Traits/ChecksForElementOnPage.php#L109
Call to static method urlNotSet() on an unknown class Spatie\Health\Exceptions\InvalidCheck.
phpstan: src/Checks/Traits/ChecksForElementOnPage.php#L119
Method Vormkracht10\LaravelOK\Checks\Traits\ChecksForElementOnPage::getUrlResponse() should return Illuminate\Http\Client\Response but returns Vormkracht10\LaravelOK\Checks\Base\Result.
phpstan: src/Checks/Traits/ChecksForElementOnPage.php#L139
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.