response DTO classes #19
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/
|