Skip to content

Merge branch 'main' of https://github.com/cleaniquecoders/app-pulse #16

Merge branch 'main' of https://github.com/cleaniquecoders/app-pulse

Merge branch 'main' of https://github.com/cleaniquecoders/app-pulse #16

Triggered via push January 22, 2025 05:43
Status Failure
Total duration 27s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/Actions/CheckMonitor.php#L55
Access to an undefined property CleaniqueCoders\AppPulse\Models\MonitorHistory::$status.
phpstan: src/Actions/CheckMonitor.php#L66
Using nullsafe property access on non-nullable type CleaniqueCoders\AppPulse\Enums\SiteStatus. Use -> instead.
phpstan: src/Actions/CheckSsl.php#L82
Access to an undefined property CleaniqueCoders\AppPulse\Models\MonitorHistory::$status.
phpstan: src/Actions/CheckSsl.php#L84
Using nullsafe property access on non-nullable type CleaniqueCoders\AppPulse\Enums\SslStatus. Use -> instead.
phpstan: src/Actions/ToggleMonitoring.php#L19
Cannot access property $value on CleaniqueCoders\AppPulse\Enums\Status|null.
phpstan: src/Commands/CheckMonitorStatusCommand.php#L31
Parameter #2 $queueName of method CleaniqueCoders\AppPulse\Commands\CheckMonitorStatusCommand::dispatchJobs() expects string, string|null given.
phpstan: src/Commands/CheckMonitorStatusCommand.php#L41
Access to an undefined property CleaniqueCoders\AppPulse\Models\MonitorHistory::$created_at.
phpstan: src/Commands/CheckMonitorStatusCommand.php#L46
Parameter #2 $queueName of method CleaniqueCoders\AppPulse\Commands\CheckMonitorStatusCommand::dispatchJobs() expects string, string|null given.
phpstan: src/Commands/CheckMonitorStatusCommand.php#L54
Method CleaniqueCoders\AppPulse\Commands\CheckMonitorStatusCommand::dispatchJobs() has no return type specified.
phpstan: src/Models/Monitor.php#L24
Class CleaniqueCoders\AppPulse\Models\Monitor uses generic trait Illuminate\Database\Eloquent\Factories\HasFactory but does not specify its types: TFactory
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636