Skip to content

response DTO classes #19

response DTO classes

response DTO classes #19

Triggered via push November 16, 2024 12:14
Status Failure
Total duration 27s
Billable time 1m
Artifacts

stan.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: app/Jobs/CheckSiteHealth.php#L8
Class App\RemoteSite\Connection referenced with incorrect case: app\Remotesite\Connection.
phpstan: app/Jobs/CheckSiteHealth.php#L30
Class App\RemoteSite\Connection referenced with incorrect case: app\Remotesite\Connection.
phpstan: app/Jobs/CheckSiteHealth.php#L34
Parameter #1 $value of function collect expects Illuminate\Contracts\Support\Arrayable<(int|string), mixed>|iterable<(int|string), mixed>|null, App\RemoteSite\Responses\HealthCheck given.
phpstan: app/Jobs/CheckSiteHealth.php#L34
Unable to resolve the template type TKey in call to function collect
phpstan: app/Jobs/CheckSiteHealth.php#L34
Unable to resolve the template type TValue in call to function collect
phpstan: app/Jobs/UpdateSite.php#L8
Class App\RemoteSite\Connection referenced with incorrect case: app\Remotesite\Connection.
phpstan: app/Jobs/UpdateSite.php#L29
Class App\RemoteSite\Connection referenced with incorrect case: app\Remotesite\Connection.
phpstan: app/Models/Site.php#L7
Class App\RemoteSite\Connection referenced with incorrect case: App\Remotesite\Connection.
phpstan: app/Models/Site.php#L44
Class App\RemoteSite\Connection referenced with incorrect case: App\Remotesite\Connection.
phpstan: app/Models/Site.php#L46
Class App\RemoteSite\Connection referenced with incorrect case: App\Remotesite\Connection.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/