Skip to content

Added Check Uptime and SSL #5

Added Check Uptime and SSL

Added Check Uptime and SSL #5

Triggered via push October 17, 2024 04:42
Status Failure
Total duration 42s
Billable time 1m
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: config/app-pulse.php#L7
Class App\Events\MonitorUptimeChanged not found.
phpstan: src/Actions/CheckMonitor.php#L20
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$status.
phpstan: src/Actions/CheckMonitor.php#L26
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$url.
phpstan: src/Actions/CheckMonitor.php#L32
Variable $startTime might not be defined.
phpstan: src/Actions/CheckMonitor.php#L44
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$status.
phpstan: src/Actions/CheckSsl.php#L22
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$ssl_check.
phpstan: src/Actions/CheckSsl.php#L27
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$url.
phpstan: src/Actions/CheckSsl.php#L28
Call to an undefined static method Spatie\SslCertificate\SslCertificate::createForHost().
phpstan: src/Commands/CheckMonitorStatusCommand.php#L31
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$ssl_check.
phpstan: src/Enums/SiteStatus.php#L20
Match arm is unreachable because previous comparison is always true.