Skip to content

Queue event

Queue event #49

Triggered via pull request February 16, 2025 11:26
@tanhongittanhongit
synchronize #3
queue-event
Status Failure
Total duration 42s
Artifacts

phpstan.yml

on: pull_request
Matrix: phpstan
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan - P8.3: src/Jobs/ProcessAggregatedEvents.php#L38
Parameter #1 $events of method CSlant\GitHubProject\Jobs\ProcessAggregatedEvents::aggregateMessages() expects array, mixed given.
PHPStan - P8.3: src/Jobs/ProcessAggregatedEvents.php#L49
Method CSlant\GitHubProject\Jobs\ProcessAggregatedEvents::aggregateMessages() has parameter $events with no value type specified in iterable type array.
PHPStan - P8.3: src/Jobs/ProcessWebhookEvent.php#L19
Property CSlant\GitHubProject\Jobs\ProcessWebhookEvent::$eventData type has no value type specified in iterable type array.
PHPStan - P8.3: src/Jobs/ProcessWebhookEvent.php#L39
Cannot access an offset on mixed.
PHPStan - P8.3: src/Jobs/ProcessWebhookEvent.php#L42
Parameter #1 $value of function count expects array|Countable, mixed given.
PHPStan - P8.3: src/Services/GithubService.php#L46
Job class CSlant\GitHubProject\Jobs\ProcessWebhookEvent constructor invoked with 2 parameters in CSlant\GitHubProject\Jobs\ProcessWebhookEvent::dispatch(), 1 required.
PHPStan - P8.3: src/Services/GithubService.php#L46
Parameter #1 $eventData of job class CSlant\GitHubProject\Jobs\ProcessWebhookEvent constructor expects array<string, mixed> in CSlant\GitHubProject\Jobs\ProcessWebhookEvent::dispatch(), string given.
PHPStan - P8.3
Process completed with exit code 1.
PHPStan - P8.4
The job was canceled because "ubuntu-latest_8_3" failed.
PHPStan - P8.4
The operation was canceled.