Skip to content

Merge pull request #39 from houdaslassi/dependabot/github_actions/act… #11

Merge pull request #39 from houdaslassi/dependabot/github_actions/act…

Merge pull request #39 from houdaslassi/dependabot/github_actions/act… #11

Triggered via push December 12, 2025 18:06
Status Failure
Total duration 33s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Http/Controllers/QueueMonitorController.php#L0
Ignored error pattern #^Access to an undefined property HoudaSlassi\\Vantage\\Models\\VantageJob\:\:\$duration_ms\.$# (property.notFound) in path /home/runner/work/vantage/vantage/src/Http/Controllers/QueueMonitorController.php was not matched in reported errors.
phpstan: src/Console/Commands/RetryFailedJob.php#L82
Ignored error pattern #^Access to an undefined property HoudaSlassi\\Vantage\\Models\\VantageJob\:\:\$job_class\.$# (property.notFound) in path /home/runner/work/vantage/vantage/src/Console/Commands/RetryFailedJob.php is expected to occur 2 times, but occurred only 1 time.
phpstan: src/Console/Commands/RetryFailedJob.php#L59
Access to an undefined property HoudaSlassi\Vantage\Models\VantageJob|Illuminate\Database\Eloquent\Collection<int, HoudaSlassi\Vantage\Models\VantageJob>::$exception_message.
phpstan: src/Console/Commands/RetryFailedJob.php#L55
Access to an undefined property HoudaSlassi\Vantage\Models\VantageJob|Illuminate\Database\Eloquent\Collection<int, HoudaSlassi\Vantage\Models\VantageJob>::$job_tags.
phpstan: src/Console/Commands/RetryFailedJob.php#L25
Access to an undefined property HoudaSlassi\Vantage\Models\VantageJob|Illuminate\Database\Eloquent\Collection<int, HoudaSlassi\Vantage\Models\VantageJob>::$job_class.
phpstan: src/Console/Commands/RetryFailedJob.php#L19
Access to an undefined property HoudaSlassi\Vantage\Models\VantageJob|Illuminate\Database\Eloquent\Collection<int, HoudaSlassi\Vantage\Models\VantageJob>::$status.
phpstan: src/Console/Commands/RetryFailedJob.php#L0
Ignored error pattern #^Access to an undefined property HoudaSlassi\\Vantage\\Models\\VantageJob\:\:\$status\.$# (property.notFound) in path /home/runner/work/vantage/vantage/src/Console/Commands/RetryFailedJob.php was not matched in reported errors.
phpstan: src/Console/Commands/RetryFailedJob.php#L0
Ignored error pattern #^Access to an undefined property HoudaSlassi\\Vantage\\Models\\VantageJob\:\:\$job_tags\.$# (property.notFound) in path /home/runner/work/vantage/vantage/src/Console/Commands/RetryFailedJob.php was not matched in reported errors.
phpstan: src/Console/Commands/RetryFailedJob.php#L0
Ignored error pattern #^Access to an undefined property HoudaSlassi\\Vantage\\Models\\VantageJob\:\:\$exception_message\.$# (property.notFound) in path /home/runner/work/vantage/vantage/src/Console/Commands/RetryFailedJob.php was not matched in reported errors.
phpstan: src/Console/Commands/BackfillJobTags.php#L124
Access to an undefined property HoudaSlassi\Vantage\Models\VantageJob::$created_at.