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