Skip to content

fix: update author display in comment view #58

fix: update author display in comment view

fix: update author display in comment view #58

Triggered via push February 18, 2025 07:25
Status Failure
Total duration 33s
Artifacts

phpstan.yml

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

Annotations

13 errors
PHPStan - P8.4: src/Jobs/ProcessAggregatedEvents.php#L43
Parameter #1 $eventMessages of method CSlant\GitHubProject\Jobs\ProcessAggregatedEvents::aggregateMessages() expects array<int, string>, mixed given.
PHPStan - P8.4: src/Jobs/ProcessWebhookEvent.php#L19
Property CSlant\GitHubProject\Jobs\ProcessWebhookEvent::$eventData type has no value type specified in iterable type array.
PHPStan - P8.4: src/Jobs/ProcessWebhookEvent.php#L39
Cannot access an offset on mixed.
PHPStan - P8.4: src/Jobs/ProcessWebhookEvent.php#L54
Parameter #1 $value of function count expects array|Countable, mixed given.
PHPStan - P8.4: src/Services/GithubService.php#L50
Expression on left side of ?? is not nullable.
PHPStan - P8.4
Process completed with exit code 1.
PHPStan - P8.3
The job was canceled because "ubuntu-latest_8_4" failed.
PHPStan - P8.3: src/Jobs/ProcessAggregatedEvents.php#L43
Parameter #1 $eventMessages of method CSlant\GitHubProject\Jobs\ProcessAggregatedEvents::aggregateMessages() expects array<int, string>, mixed given.
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#L54
Parameter #1 $value of function count expects array|Countable, mixed given.
PHPStan - P8.3: src/Services/GithubService.php#L50
Expression on left side of ?? is not nullable.
PHPStan - P8.3
The operation was canceled.