Skip to content

Log Update results to database #85

Log Update results to database

Log Update results to database #85

Triggered via push January 18, 2025 12:25
Status Failure
Total duration 31s
Billable time 1m
Artifacts

stan.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: app/TUF/TufFetcher.php#L23
Method App\TUF\TufFetcher::getReleases() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
phpstan: app/TUF/TufFetcher.php#L26
Method App\TUF\TufFetcher::getReleases() should return Illuminate\Support\Collection but returns mixed.
phpstan: app/TUF/TufFetcher.php#L52
Method App\TUF\TufFetcher::getLatestVersionForBranch() should return string but returns mixed.
phpstan: app/TUF/TufFetcher.php#L53
Cannot access offset 'stability' on mixed.
phpstan: app/TUF/TufFetcher.php#L54
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::sort() expects (callable(mixed, mixed): int)|int|null, Closure(mixed, mixed): bool given.
phpstan: app/TUF/TufFetcher.php#L55
Cannot access offset 'version' on mixed.
phpstan: app/TUF/TufFetcher.php#L55
Cannot access offset 'version' on mixed.
phpstan: app/TUF/TufFetcher.php#L55
Parameter #1 $version1 of function version_compare expects string, mixed given.
phpstan: app/TUF/TufFetcher.php#L55
Parameter #2 $version2 of function version_compare expects string, mixed given.
phpstan
Process completed with exit code 1.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636