Skip to content

Fix Code Style

Fix Code Style #7

Triggered via push October 17, 2024 05:05
Status Failure
Total duration 33s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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#L23
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$ssl_check.
phpstan: src/Actions/CheckSsl.php#L28
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$url.
phpstan: src/Actions/CheckSsl.php#L29
Call to an undefined static method Spatie\SslCertificate\SslCertificate::createForHost().
phpstan: src/Actions/CheckSsl.php#L58
Access to an undefined property CleaniqueCoders\AppPulse\Models\Monitor::$status.
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.