telemetry(); if (! $success) { $this->error('Failed to send telemetry data, check the logs for more information.'); return self::FAILURE; } return self::SUCCESS; } }